ERC1155
/getbalance
Retrieves the number of NFTs held in the owner's account. Currently available on ethereum, polygon, BSC, and avalanche.
Query Parameters
Name
Type
Description
https://api.expand.network/nft/getbalance?nftProtocolId=1155&nftCollection=0x6d4bbC0387dD4759EEe30f6A482AC6dC2Df3Facf&address=0x41e8BF3d9288EdDAcc3206f9aB21b61A1c59Df31&tokenId=1&chainId=1{
"status": 200,
"msg": "success",
"data": {
"balance": "172"
}
}/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

