Skip to main content
GET
/
token
/
{address}
{
  "name": "ACME Token",
  "symbol": "ACME",
  "address": "0xc0ffee254729296a45a3885639AC7E10F9d54979",
  "decimals": 18,
  "isPaused": false,
  "totalSupply": 123,
  "createdAt": "2023-11-07T05:31:56Z"
}

Response

The token has been successfully retrieved

name
string
required

The name of the token

Example:

"ACME Token"

symbol
string
required

The symbol of the token

Example:

"ACME"

address
string
required

The address of the token

Example:

"0xc0ffee254729296a45a3885639AC7E10F9d54979"

decimals
number
required

The number of decimals places the token should have

Example:

18

isPaused
boolean
required

Whether the token is paused

Example:

false

totalSupply
number
required

The total supply of the token

createdAt
string<date-time>
required

The date the token was created