Skip to main content

Get nft events

:::caution deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

:::

NOTE: This endpoint is deprecated in favor of Non-Fungible Token holdings.

Retrieves a list of all nfts owned by an address, contains the clarity value of the identifier of the nft.

Path Parameters

principal

string

REQUIRED

Stacks address or a Contract identifier

Query Parameters

limit

integer

number of items to return

offset

integer

number of items to skip

unanchored

boolean

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

until_block

string

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

Responses

200

Success

Schema

OPTIONAL

limit

integer

offset

integer

total

integer

nft_events

object[]

sender

string

OPTIONAL

recipient

string

OPTIONAL

asset_identifier

string

asset_event_type

string

value

object

Identifier of the NFT

hex

string

Hex string representing the identifier of the NFT

repr

string

Readable string of the NFT identifier

tx_id

string

tx_index

number

block_height

number

event_index

number