Parties list
GEThttps://n00.testnet.vega.rocks/parties
Get a list of parties. This endpoint may not be exposed by mainnet nodes.
Responses
- 200
- default
A successful response.
- application/json
- Schema
- Example (from schema)
Schema
parties object[]
{
"parties": [
{
"alias": "string",
"id": "string",
"metadata": [
{
"key": "string",
"value": "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 'https://n00.testnet.vega.rocks/parties' \
-H 'Accept: application/json'
ResponseClear