Skip to main content
Version: testnet (v0.71)

Delegations list

Get a list of delegations

Query Parameters
    party string
    node string
    epochSeq string
Responses

A successful response.


Schema
    delegations object[]
    amount string
    epochSeq string
    nodeId string
    party string
GET /delegations

Request

Base URL
https://n06.testnet.vega.xyz
party — query
node — query
epochSeq — query
curl / cURL
curl -L -X GET 'https://n06.testnet.vega.xyz/delegations' \
-H 'Accept: application/json'