API trading on WOOFi Pro
How to connect and use the API to trade perps
WOOFi Pro APIs can connect to third-party applications and allow you to develop your own tools. The API for WOOFi Pro has many similarities to the WOO X API, making it easy for experienced traders to quickly get started.
1) Get Account Id, Orderly Key ( API Key ) and Orderly Secret ( API Secret )
Click "Create API key"
Confirm and get the credentials.


2) Integrating the API
Detailed docs are available at https://orderly.network/docs/build-on-evm/evm-api/introduction
WOOFi Pro Mainnet:
supported network (deposit/withdraw) : Arbitrum One
chain_id = 42161
broker_id = woofi_pro
base endpoint = https://api-evm.orderly.org
WOOFi Pro Testnet:
supported network (deposit/withdraw) : Arbitrum Goerli
chain_id = 421613
broker_id = woofi_pro
base endpoint = https://testnet-api-evm.orderly.org
Testnet USDC coin faucet
Click the "Get test USDC" button and wait few minutes, your WOOFi account will get the test USDC

3) Getting started with CCXT
WOOFi Pro is integrated with CCXT, a popular library for crypto traders looking to work with new APIs and multiple exchanges.
Find the WOOFi Pro page here: https://docs.ccxt.com/#/exchanges/woofipro
Last updated
Was this helpful?