Skip to content
Blink Docs
Search
K
Main Navigation
Documentation
API Reference
Appearance
Menu
Return to top
Copy page
Get token
GET
/tokens/{token_id}
Parameters
Path Parameters
token_id
*
Token id (0x-hex).
Type
string
Required
Responses
200
400
404
Token metadata.
Content-Type
application/json
Schema
JSON
JSON
{
"token_id"
:
"string"
,
"symbol"
:
"string"
,
"name"
:
"string"
,
"decimals"
:
0
}
GET
/tokens/{token_id}
Playground
Variables
Key
Value
token_id
*
Try it out
Samples
Powered by
VitePress OpenAPI