TONTONDocs
TON CenterNominator Pools API

Get nominator

Get nominator data in a given pool, or across all pools where the nominator stakes if no pool is specified.

GET
/getNominator

Query Parameters

nominator*Nominator

The nominator address.

pool?|

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

Response Body

application/json

application/json

curl -X GET "https://example.com/getNominator?nominator=UQDTKO3a_hF6r_i_9RcLe5euCgMsfCkrrmBfS_ZdfUgoNiei"
[
  {
    "pool_address": "string",
    "balance": 0,
    "pending_balance": 0
  }
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

Last updated on

On this page

No Headings