API
Traders can execute strategies more efficiently and automatically through APIs. APIs also offer faster execution and lower latency, which is crucial in fast-changing market conditions.
UI Walkthrough
Step 1: Navigate to Portfolio page
Step 2: Select the API Key section on the sidebar to access the API management page
Step 3: Click the Create API Key button and hit Confirm
Step 4: A new API Key is created. Learn more on how to integrate API with your trading strategies here.
Orderly key creation
Refer to this page for detailed instruction.
curl --request GET \
--url 'https://api-evm.orderly.org/v1/public/broker/name?broker_id=one_bow'
Onebow Mainnet:
supported network (deposit/withdraw) : Arbitrum One
chain_id = 42161
broker_id = one_bow
base endpoint = https://api-evm.orderly.org
OneBow Testnet:
supported network (deposit/withdraw) : Arbitrum Goerli
chain_id = 421613
broker_id = one_bow
base endpoint = https://testnet-api-evm.orderly.org
Last updated