Get account assets
Retrieves a list of all assets events associated with an account or a Contract Identifier. This includes Transfers, Mints.
| Path Parameters |
|---|
principal string — REQUIREDStacks address or a Contract identifier Example: SP31DA6FTSJX2WGTZ69SFY11BH51NZMB0ZW97B5P0 |
| Query Parameters |
|---|
limit integermax number of account assets to fetch Example: 20 |
offset integerindex of first account assets to fetch Example: 42000 |
unanchored booleanInclude transaction data from unanchored (i.e. unconfirmed) microblocks Example: true |
until_block stringreturned data representing the state at 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
|