Get pool data with all its nominators.
cURL
curl --request GET \ --url https://toncenter.com/api/smc-index/getPool \ --header 'X-API-Key: <api-key>'
{ "stake_amount_sent": 123, "validator_amount": 123, "nominators_count": 123, "active_nominators": [ { "address": "<string>", "balance": 123, "pending_balance": 123 } ], "inactive_nominators": [ "<string>" ] }
The pool address. Can be sent in hex, base64 or base64url form. The pool address. Can be sent in hex, base64 or base64url form.
Successful Response
Show child attributes
Was this page helpful?