Skip to main content
GET
Get ERC20 Token Info

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Token address or symbol.

Example:

"0xabcdef"

Query Parameters

networkId
number
required

Network identifier where the token contract was deployed.

Example:

10004

Response

Token info retrieved successfully.

statusCode
number

Request status code.

Example:

200

message
string

Message returned by the request.

Example:

"Healthcheck"

data
object

Data returned by the request.