Delegations list
Get a list of delegations
Query Parameters
party string
node string
epochSeq string
Responses
- 200
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
delegations object[]
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.
{
"delegations": [
{
"amount": "string",
"epochSeq": "string",
"nodeId": "string",
"party": "string"
}
]
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
details object[]
@type string
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
Loading...