Skip to main content
GET
/
getNominatorBookings
Get Nominator Bookings Method
curl --request GET \
  --url https://toncenter.com/api/smc-index/getNominatorBookings \
  --header 'X-API-Key: <api-key>'
[
  {
    "utime": 123,
    "booking_type": "<string>",
    "debit": 123,
    "credit": 123
  }
]

Authorizations

X-API-Key
string
header
required

Query Parameters

nominator
string
required

The nominator address. The nominator address.

pool
string
required

Pool address to get bookings in. Pool address to get bookings in.

limit
integer | null
default:100

Limit from bottom. Limit from bottom.

from_time
integer | null

Unixtime of the first booking. Unixtime of the first booking.

to_time
integer | null

Unixtime of the last booking. Unixtime of the last booking.

Response

Successful Response

utime
integer
required
booking_type
string
required
debit
integer
required
credit
integer
required