This section assumes you have already created and configured your API key.
1
List trading accounts
List the trading accounts associated with your organization to get the trading account ID(s) needed for future calls.GET
/v2/trading/accounts2
Check balances or credit
Pre-funded trading — list trading account balances
Pre-funded trading — list trading account balances
Check the pre-funded balance using your API key and the trading account ID from the previous step.GET
/v2/trading/accounts/{tradingAccountId}/balanceCredit limit trading — get credit limit and usage
Credit limit trading — get credit limit and usage
Check the credit limit for the account and any unsettled trades.GET
/v2/trading/accounts/{tradingAccountId}/credit3
List trading pairs
Review available trading pairs for your organization.GET
/v2/trading/pairs4
Request a quote
Request a quote with the following parameters:Response:
POST
/v2/trading/quote5
Accept the quote
Accept the quote to execute the trade.POST Response:
/v2/trading/quote/accept