curl --request GET \
--url https://api-test.uniblock.dev/uni/v1/nft/transfers/nft \
--header 'X-API-KEY: <api-key>'{
"transfers": [
{
"contractAddress": "0x18a808dd312736fc75eb967fc61990af726f04e4",
"tokenId": "18",
"amount": "1",
"blockNumber": "13062953",
"transactionHash": "0xd89b54cb5aca6f501d43ee3363dcc892d31d1c185c9059c22d686ca0a1b93314",
"fromAddress": "0x0000000000000000000000000000000000000000",
"toAddress": "0x5c43b1ed97e52d009611d89b74fa829fe4ac56b1",
"contractType": "ERC721",
"timestamp": "",
"name": "BurnyBoy",
"symbol": "BURN"
}
],
"cursor": "ALC_MHgyMzEyZjAwMTQ5ZDAxMDgwNmQ5ZWY2ZjNlYTMyMGViMWUxYTZiYzhlOjB4MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDFhYTpmYWxzZQ=="
}Get the transfers of a nft.
curl --request GET \
--url https://api-test.uniblock.dev/uni/v1/nft/transfers/nft \
--header 'X-API-KEY: <api-key>'{
"transfers": [
{
"contractAddress": "0x18a808dd312736fc75eb967fc61990af726f04e4",
"tokenId": "18",
"amount": "1",
"blockNumber": "13062953",
"transactionHash": "0xd89b54cb5aca6f501d43ee3363dcc892d31d1c185c9059c22d686ca0a1b93314",
"fromAddress": "0x0000000000000000000000000000000000000000",
"toAddress": "0x5c43b1ed97e52d009611d89b74fa829fe4ac56b1",
"contractType": "ERC721",
"timestamp": "",
"name": "BurnyBoy",
"symbol": "BURN"
}
],
"cursor": "ALC_MHgyMzEyZjAwMTQ5ZDAxMDgwNmQ5ZWY2ZjNlYTMyMGViMWUxYTZiYzhlOjB4MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDFhYTpmYWxzZQ=="
}Documentation Index
Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key to access the API (optional)
Unique identifier for a blockchain network.
1, 10, 100, 10200, 1088, 1101, 11155111, 11155420, 11297108109, 1135, 1284, 1285, 1329, 137, 1666600000, 167000, 167009, 2020, 2442, 248, 25, 250, 288, 300, 324, 369, 4002, 4202, 42161, 421614, 42170, 42220, 43113, 43114, 5000, 534351, 534352, 545, 56, 59141, 59144, 7000, 7001, 747, 80002, 80094, 81457, 8453, 84532, 88882, 88888, 9001, 97, solana, solana-devnet 1
The address of nft contract to query.
"0x60e4d786628fea6478f785a6d7e704777c86a7c6"
The ID of the token.
"1"
Cursor from previous query to get next page of results.
Returns the raw data given by the provider. WARNING: removes backup feature, and raw data returned is not normalized which might make switching providers difficult
null
Specify which provider to use. The project's provider priority list is used by default if no providers are selected. (Priority list can be managed on Uniblock's dashboard)
GoldRush, Moralis Was this page helpful?