TON CenterNominator Pools API
applications/api/toncenter/smc-index/get-pool-bookings-method
X-API-Key<token>
In: header
Query Parameters
pool*Pool
Pool address to get bookings in.
limit?|
Limit from bottom.
Default
100from_time?|
Unixtime of the first booking.
to_time?|
Unixtime of the last booking.
Response Body
application/json
application/json
curl -X GET "https://example.com/getPoolBookings?pool=string"[
{
"nominator_address": "string",
"utime": 0,
"booking_type": "string",
"debit": 0,
"credit": 0
}
]{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Last updated on