Get NFT Transfers
NFTs
Get NFT Transfers
Get transfers of NFT items by specified filters
GET
Get NFT Transfers
Documentation Index
Fetch the complete documentation index at: https://ton.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Address of NFT owner in any form. Max 1000
Address of NFT item in any form. Max: 1000.
Collection address in any form.
Direction of transfer.
Available options:
in, out Query transactions with generation UTC timestamp after given timestamp.
Required range:
x >= 0Query transactions with generation UTC timestamp before given timestamp.
Required range:
x >= 0Query transactions with lt >= start_lt.
Required range:
x >= 0Query transactions with lt <= end_lt.
Required range:
x >= 0Limit number of queried rows. Use with offset to batch read.
Required range:
1 <= x <= 1000Skip first N rows. Use with limit to batch read.
Required range:
x >= 0Sort transactions by lt.
Available options:
asc, desc 
