Parties stake list
GEThttps://n00.testnet.vega.rocks/parties/stake
Get a list of parties' stake. This endpoint may not be exposed by mainnet nodes.
Request
Query Parameters
party string
Responses
- 200
- default
A successful response.
- application/json
- Schema
- Example (from schema)
Schema
partiesStake object[]
{
"partiesStake": [
{
"currentStakeAvailable": "string",
"party": "string",
"stakeLinkings": [
{
"amount": "string",
"blockHeight": "string",
"blockTime": "string",
"ethereumAddress": "string",
"finalizedAt": "string",
"id": "string",
"logIndex": "string",
"party": "string",
"status": "STATUS_UNSPECIFIED",
"ts": "string",
"txHash": "string",
"type": "TYPE_UNSPECIFIED"
}
]
}
]
}
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://n00.testnet.vega.rocks/parties/stake' \
-H 'Accept: application/json'
ResponseClear