Tokens
- GETList Blockchains
- GETList all tokens sorted by TVL (Total Value Locked)
- POSTBulk fetch tokens by addresses
- POSTBulk fetch tokens by symbols
- GETGet a token by ID
- GETGet a token by symbol
- GETGet a token by address
- GETList Blockchainsdeprecated
- GETList Tokensdeprecated
- GETGet Stacking Pooldeprecated
- GETGet Tokendeprecated
Tokens
Get Stacking Pool
deprecated
GET
/
api
/
v1
/
tokens
/
stacking
/
pool
/
{pool_id}
Copy
{
"id": 123,
"address": "<string>",
"name": "<string>",
"url": "<string>",
"description": "<string>",
"minimum_deposit_ton": 123,
"apy": 123,
"exchange_rate": 123,
"cycle_end": 123
}
Path Parameters
Response
200
application/json
Successful Response
The response is of type object
.
Copy
{
"id": 123,
"address": "<string>",
"name": "<string>",
"url": "<string>",
"description": "<string>",
"minimum_deposit_ton": 123,
"apy": 123,
"exchange_rate": 123,
"cycle_end": 123
}
Assistant
Responses are generated using AI and may contain mistakes.