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

Accounts list

GET 

https://n00.testnet.vega.rocks/accounts

Get a list of accounts. This endpoint may not be exposed by mainnet nodes.

Request

Query Parameters

    party string
    market string

Responses

A successful response.

Schema
    accounts object[]
  • Array [
  • asset string
    balance string
    market string
    party string
    type string
  • ]
curl -L -X GET 'https://n00.testnet.vega.rocks/accounts' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://n00.testnet.vega.rocks
Parameters
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!