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

pool_id
integer
required

Response

200
application/json

Successful Response

The response is of type object.