NFT API
Get NFT transfers by collection
Get the historical transfer transactions for a specified contract address.
GET
/
v1
/
nft
/
transfers
Headers
x-api-key
string
requiredQuery Parameters
chain_id
integer
requiredchain network id, see list of details
contract_address
string
The address of the NFT contract
token_id
string
NFT token id in hex or num string
address
string
A hex string referencing a wallet address
from_block
string
Inclusive from block number (hex string or int)
to_block
string
Inclusive to block number (hex string, int, or 'latest')
from_timestamp
integer
Inclusive start timestamp
end_timestamp
integer
Inclusive end timestamp
page
integer
default: 1The page offset
Required range:
x > 1
limit
integer
default: 20The desired page size limit. Less or equal than 100
Required range:
1 < x < 100
Response
200 - application/json
data
object[]
requiredcode
integer
default: 0message
string
default: oknext_page
integer
count
integer