Skip to main content
GET
/
getNominator
Get Nominator Method
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
  }
]

Authorizations

X-API-Key
string
header
required

Query Parameters

nominator
string
required

The nominator address.

pool
string | null

The pool address in which nominator stakes coins. If not specified, returns nominator from all his pools.

Response

Successful Response

pool_address
string
required
balance
integer
required
pending_balance
integer
required