Tokens
Get Stacking Pool
Tokens
Get Stacking Pool
deprecated
GET
/
api
/
v1
/
tokens
/
stacking
/
pool
/
{pool_id}
{
"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
.
{
"id": 123,
"address": "<string>",
"name": "<string>",
"url": "<string>",
"description": "<string>",
"minimum_deposit_ton": 123,
"apy": 123,
"exchange_rate": 123,
"cycle_end": 123
}