Get all the bookings (debits and credits) in specified pool.
cURL
curl --request GET \ --url https://toncenter.com/api/smc-index/getPoolBookings \ --header 'X-API-Key: <api-key>'
[ { "nominator_address": "<string>", "utime": 123, "booking_type": "<string>", "debit": 123, "credit": 123 } ]
Pool address to get bookings in.
Limit from bottom.
Unixtime of the first booking.
Unixtime of the last booking.
Successful Response
Was this page helpful?