Skip to main content

Get token detail

Get token detail

Path Parameters
address string REQUIRED

Contract address of the token

Query Parameters
chain string REQUIRED

Chain code for the token

Responses
200

Get token detail success

Schema OPTIONAL
data object OPTIONAL
name string OPTIONAL
symbol string OPTIONAL
decimals int64 OPTIONAL
address string OPTIONAL
price float64 OPTIONAL
icon_url string OPTIONAL
chain string OPTIONAL
error_code int64 OPTIONAL
error_message string OPTIONAL
400

Invalid contract's address for token

404

Token not found

405

Validation exception