Skip to main content
Version: mainnet (v0.74)

Delegations list

GET 

/delegations

Get a list of delegations. This endpoint may not be exposed by mainnet nodes.

Request

Query Parameters

    party string
    node string
    epochSeq string

Responses

A successful response.

Schema
    delegations object[]
  • Array [
  • amount string

    Amount delegated. This field is an unsigned integer scaled to the asset's decimal places.

    epochSeq string

    Epoch of delegation.

    nodeId string

    Node ID to delegate to.

    party string

    Party which is delegating.

  • ]
Loading...