Get inbound STX transfers
Retrieves a list of STX transfers with memos to the given principal. This includes regular transfers from a stx-transfer transaction type,
and transfers from contract-call transactions a the send-many-memo bulk sending contract.
| Path Parameters | 
|---|
principal string —  REQUIREDStacks address or a Contract identifier Example: SP31DA6FTSJX2WGTZ69SFY11BH51NZMB0ZW97B5P0  | 
| Query Parameters | 
|---|
limit integernumber of items to return  | 
offset integernumber of items to skip Example: 42000  | 
height numberFilter for transfers only at this given block height  | 
unanchored booleanInclude transaction data from unanchored (i.e. unconfirmed) microblocks Example: true  | 
until_block stringreturned data representing the state up until that point in time, rather than the current block. Note - Use either of the query parameters but not both at a time. Example: 60000  | 
| Responses | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
200Success 
  |