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

Accounts list

Get a list of accounts

Query Parameters
    party string
    market string
Responses

A successful response.


Schema
    accounts object[]
    asset string
    balance string
    market string
    party string
    type string
GET /accounts

Request

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