VaultEXVAULTEX
API documentation

Build on VaultEX

Trading bots, portfolio trackers, tax exporters — everything that VaultEX does is available over REST and WebSocket. Authentication is the same Barong JWT scheme used by the web app.

Quick reference

Six endpoints to cover 80% of what you'll ever need.

GET/api/v2/peatio/public/marketsList every trading pair, state, precision.
GET/api/v2/peatio/public/markets/:market/depthTop-of-book snapshot.
GET/api/v2/peatio/public/markets/:market/k-lineOHLCV candles; query `period` in minutes.
GET/api/v2/peatio/public/markets/:market/tradesMost recent trades, public.
POST/api/v2/peatio/market/ordersPlace a limit or market order (authenticated).
GET/api/v2/peatio/account/balancesPer-currency spot balance + locked amount.

Building something cool?

We feature the best community projects on our blog. Tell us what you're working on.

api@vaultex.io