API Endpoints
For detailed endpoint specifications, request/response schemas, and interactive testing, visit our Swagger API Reference.
Account Endpoints
Endpoint
Method
Description
/v1/account/balance
GET
Get USDC balance and smart account address
/v1/account/history
GET
Get transactions history
Market Endpoints
Endpoint
Method
Description
/v1/markets
GET
Get all available markets
/v1/markets/{marketId}/price
GET
Get current market price and funding rate
Position Endpoints
Endpoint
Method
Description
/v1/positions
GET
Get all active positions
/v1/positions/{positionId}
GET
Get specific position details
/v1/positions/open
POST
Open a new position (market or limit)
/v1/positions/close
POST
Close an existing position (full or partial)
Order Endpoints
Endpoint
Method
Description
/v1/orders
GET
Get all orders
/v1/orders/limit
GET
Create a limit order (TP/SL)
/v1/orders/{orderId}
POST
Cancel a pending order
Last updated