Sales & Transfers by Tx Hash

This endpoint is used to get the NFT transfer events for a specific transaction hash.
Pass a specific chain and transaction hash, and get back a list of the NFT transfer events (including mints, transfers, sales, and burns).

If you need to get NFT transfer events for the whole block, use Sales & Transfers by Chain instead with the from_block and to_block parameters.

Path Params
string
enum
required
Defaults to ethereum

Name of the chain

string
required
Defaults to 0xbf4562e56ebade3653f8a548cd1f9fae20aa6d84e0c6fac5bc81fc3a9df20372
Query Params
string
enum

Include the associated NFT details for the transfer within the response (pass include_nft_details=1)

Allowed:
string
enum

Exclude transfers where from_address_id == to_address_id

Allowed:
string

Used to retrieve the next page of results

string
enum
Defaults to timestamp_desc

Available values are timestamp_desc (default) or timestamp_asc

Allowed:
int32
Defaults to 50

Limit. Defaults to 50, capped at 50.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json