ERC721
/getbalance
Retrieves the number of NFTs held in the owner's account. Currently available on Ethereum, Polygon, BSC, Avalanche, and zkSync.
Query Parameters
Name
Type
Description
https://api.expand.network/nft/getbalance?nftCollection=0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D&address=0xc5c7b46843014B1591e9aF24de797156cde67f08{
"status": 200,
"msg": "success",
"data": {
"balance": "2"
}
}/getmetadata
Retrieves the metadata for the specified NFT. Currently available on Ethereum, Polygon, BSC, Avalanche, and zkSync.
Query Parameters
Name
Type
Description
/getowner
Retrieves the owner of the specified token ID. Currently available on Ethereum, Polygon, BSC, Avalanche, and zkSync.
Query Parameters
Name
Type
Description
/historical/transactions
Retrieves past transactions associated with a designated address, sorted based on an NFT token contract, and limited within a specific block range. Currently available on ethereum.
Query Parameters
Name
Type
Description
/historical/logs
Retrieves historical logs for any nftCollection. Currently available on ethereum.
Query Parameters
Name
Type
Description
Last updated

