Parties stake list
Get a list of parties stake
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"
}
GET /parties/stake
Request
Request
curl / cURL
curl -L -X GET 'https://n06.testnet.vega.xyz/parties/stake' \
-H 'Accept: application/json'
python / requests
curl -L -X GET 'https://n06.testnet.vega.xyz/parties/stake' \
-H 'Accept: application/json'
go / native
curl -L -X GET 'https://n06.testnet.vega.xyz/parties/stake' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET 'https://n06.testnet.vega.xyz/parties/stake' \
-H 'Accept: application/json'