Delegations list
GEThttps://vega-data.nodes.guru:3008/delegations
Get a list of delegations
Request
Query Parameters
party string
node string
epochSeq string
Responses
- 200
- default
A successful response.
- application/json
- Schema
- Example (from schema)
Schema
delegations object[]
{
"delegations": [
{
"amount": "string",
"epochSeq": "string",
"nodeId": "string",
"party": "string"
}
]
}
An unexpected error response.
- application/json
- Schema
- Example (from schema)
Schema
code int32
details object[]
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
- curl
- python
- go
- nodejs
- CURL
curl -L -X GET 'https://vega-data.nodes.guru:3008/delegations' \
-H 'Accept: application/json'