Skip to main content
GET
/
api
/
v1
/
orders
List open orders
curl --request GET \
  --url https://api.vatic.trading/api/v1/orders \
  --header 'x-api-key: <api-key>'
{
  "ok": true,
  "data": [],
  "next_cursor": "MA=="
}

Authorizations

x-api-key
string
header
required

Required for order endpoints. Obtain your API key from the Vatic dashboard.

Query Parameters

walletId
string<uuid>
required

UUID from user_trading_wallets table.

market
string

Filter by market condition ID.

asset_id
string

Filter by outcome token ID.

id
string

Fetch a specific order by hash.

next_cursor
string

Pagination cursor from a previous response.

Response

Orders list