Get NFT transfers by specified filters.
/nft/transfers
Address of NFT owner. Must be sent in hex, base64 and base64url forms.
NFT item address. Must be sent in hex, base64 and base64url forms.
NFT collection address. Must be sent in hex, base64 and base64url forms.
Direction transactions by lt.
in
, out
, both
Query transactions with generation UTC timestamp after given timestamp.
Query transactions with generation UTC timestamp before given timestamp
Query transactions with lt >= start_lt
Query transactions with lt <= end_lt
Limit number of queried rows. Use with offset to batch read.
Skip first N rows. Use with limit to batch read.
Sort transactions by lt.
asc
, desc