Vertex Protocol
VERTEX
/Developers/API Reference

API Reference

Complete REST API documentation for market data, trading, and account management

Base URL

https://api.vertex.trade/v1

Authentication

Public endpoints do not require authentication. Authenticated endpoints require an API key passed in the X-API-Key header.

curl -H "X-API-Key: your_api_key_here" https://api.vertex.trade/v1/account
MethodEndpointDescriptionAuth
GET/api/v1/marketsList all available trading marketsNone
GET/api/v1/markets/{symbol}/tickerGet 24h ticker data for a specific marketNone
GET/api/v1/markets/{symbol}/orderbookGet orderbook depth for a specific marketNone
GET/api/v1/markets/{symbol}/tradesGet recent trades for a specific marketNone
GET/api/v1/accountGet account balance and positionsRequired
POST/api/v1/ordersPlace a new orderRequired
DELETE/api/v1/orders/{id}Cancel an existing orderRequired
GET/api/v1/ordersList active ordersRequired
GET/api/v1/fillsGet historical fillsRequired
GET/api/v1/funding-ratesGet current funding rates for all marketsNone

Rate Limits

Public
100 / min
Authenticated
300 / min
WebSocket
Unlimited