Skip to content

Get token

GET
/tokens/{token_id}

Parameters

Path Parameters

token_id*

Token id (0x-hex).

Type
string
Required

Responses

Token metadata.

application/json
JSON
{
  
"token_id": "string",
  
"symbol": "string",
  
"name": "string",
  
"decimals": 0
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI