API Documentation

Integrate ExTrade's powerful trading engine into your applications

Quick Start
Get started with the ExTrade API in minutes

1. Get API Keys

Create your API keys in your account settings

2. Make API Calls

Use our RESTful API endpoints

3. Secure Integration

Implement proper authentication and security

REST API Endpoints

Base URL: https://api.extrade.com
GET
/api/v1/ticker/24hr
24hr ticker price change statistics

Parameters:

  • symbol (optional)

Response:

Price change statistics for all symbols or specific symbol

GET
/api/v1/depth
Order book depth

Parameters:

  • symbol (required)
  • limit (optional)

Response:

Current order book depth

GET
/api/v1/trades
Recent trades list

Parameters:

  • symbol (required)
  • limit (optional)

Response:

List of recent trades

POST
/api/v1/order
Create new order

Parameters:

  • symbol
  • side
  • type
  • quantity
  • price

Response:

Order creation confirmation

GET
/api/v1/account
Account information

Parameters:

  • timestamp
  • signature

Response:

Account balances and trading permissions

Rate Limits
1200

Requests per minute

10

Orders per second

100,000

Daily requests

Need Help?

Our developer support team is here to help you integrate successfully