Get nominator data in given pool (the only in list) or, if pool is not specified, in all pools where nominator stakes.
cURL
curl --request GET \ --url https://toncenter.com/api/smc-index/getNominator \ --header 'X-API-Key: <api-key>'
[ { "pool_address": "<string>", "balance": 123, "pending_balance": 123 } ]
The nominator address.
The pool address in which nominator stakes coins. If not specified, returns nominator from all his pools.
Successful Response
Was this page helpful?