Token

module = token

Get Token Info

$ACTION = tokeninfo

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

https://rest-api.ethvm.dev/?module=token&action=tokeninfo&contractaddress=0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48

Response

{
  "id": 1,
  "name": "John",
  "age": 30
}

Last updated