API trading on What Exchange

API trading on What Exchange

How to connect and use the API to trade perps

What Exchange APIs can connect to third-party applications and allow you to develop your own tools. The API for What Exchange has many similarities to other exchange APIs, making it easy for experienced traders to quickly get started.

Getting Started

  1. Get Account Id, API Key and API Secret
Portfolio - API key
Portfolio - API key
  1. Integrating the API Detailed docs are available at here (opens in a new tab)

Mainnet:

Testnet:

For testnet, go to https://trade.what.exchange/perp/PERP_BTC_USDC (opens in a new tab), you can get test USDC by clicking the "Get test USDC" button and waiting a few minutes. Your What Exchange account will receive the test USDC.

Get test USDC
Get test USDC

Getting started with CCXT

What Exchange is integrated with CCXT, a popular library for crypto traders looking to work with new APIs and multiple exchanges.

API Endpoints

Mainnet:

https://api-evm.orderly.org

Testnet:

https://testnet-api-evm.orderly.org

For detailed API documentation, please refer to the Orderly Network documentation (opens in a new tab).

For CCXT integration details, visit the CCXT documentation (opens in a new tab).