Skip to main content

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 REQUIRED

Stacks address or a Contract identifier

Query Parameters
limit integer

max number of account assets to fetch

offset integer

index of first account assets to fetch

unanchored boolean

Include transaction data from unanchored (i.e. unconfirmed) microblocks

until_block string

returned 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.

Responses
200

Success

Schema OPTIONAL
limit integer

Possible values: value ≤ 30

offset integer
total integer
results object[]