Skip to main content
GET
/
v2
/
staking
/
pool
/
{account_id}
/
history
cURL
curl --request GET \
  --url https://tonapi.io/v2/staking/pool/{account_id}/history
{
  "apy": [
    {
      "apy": 123,
      "time": 123
    }
  ]
}

Path Parameters

account_id
string<address>
required

account ID

Example:

"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"

Query Parameters

before_lt
integer<int64>

omit this parameter to get last log entries

Example:

25758317000002

limit
integer<int32>
default:100
Required range: 1 <= x <= 100
Example:

100

Response

pool history

apy
object[]
required