the contract address of the ERC-20/ERC-721 token to retrieve token info
Sample Response
{
"status": "1",
"message": "OK",
"result": [
{
"contractAddress": "0x5fbdf89403270a1846f5ae7d113a989f850d1566",
"tokenName": "Foxy",
"symbol": "FOXY",
"divisor": "18",
"tokenType": "ERC20",
"totalSupply": "10000000000000000000000000000",
"blueCheckmark": "false",
"description": "Foxy is a mascot token for the Linea blockchain. Foxy is a culture coin, a meme token for the users of the Linea blockchain to rally behind, and help build a sense of community.",
"website": "https://www.welikethefox.io/",
"email": "",
"blog": "https://welikethefox.medium.com/",
"reddit": "",
"slack": "",
"facebook": "",
"twitter": "https://twitter.com/foxylinea",
"bitcointalk": "",
"github": "",
"telegram": "https://t.me/coinmarketcap",
"wechat": "",
"linkedin": "",
"discord": "",
"whitepaper": "",
"tokenPriceUSD": "0.0223243600"
}
]
}
Try this endpoint in your
Tip : The result is returned in the token's smallest decimal representation.
Get Historical ERC-20 Token TotalSupply by ContractAddress & BlockNo
Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Try this endpoint in your
Tip : The result is returned in the token's smallest decimal representation.
Get Historical ERC-20 Token Account Balance by ContractAddress & BlockNo
Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.
Try this endpoint in your
Tip : The result is returned in the token's smallest decimal representation.
Get Address ERC-20 Token Holdings
Try this endpoint in your
Get Address ERC-721 Token Holding
Try this endpoint in your
Get Address ERC721 Token Inventory By Contract Address
Try this endpoint in your
Get Token Holder List by Contract Address
Try this endpoint in your
Get Token Info by ContractAddress
Note : This endpoint is throttled to 2 calls/second regardless of API Pro tier.