Transfer API

The Transfers API allows you to easily fetch historical transactions

GET /nft/{chain}/{token}/getAssetsTransfer

Path Parameters

NameTypeDescription

{chain}*

String

Placeholder for the blockchain identifier (e.g., Ethereum, Binance Smart Chain).

token*

String

Placeholder for the NFT token identifier.

curl -X POST "https://nft.chainup.net/scroll_mainnet/token/v1/getAssetTransfers" --data '{"category": ["ERC721"],"max_count": 5}' | jq .

Last updated