Token
module = token
Get Token Info
Returns ERC20/ERC721/ERC1155 token information and social media links by contract.
Query Paramaters
Name
Type
Description
contractaddress
string
contract address of the token.
Example
Response
{
"id": 1,
"name": "John",
"age": 30
}
Last updated