Skip to main content
This guide walks through understanding your trading account and completing your first trade.
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/accounts
2

Check balances or credit

Check the pre-funded balance using your API key and the trading account ID from the previous step.GET /v2/trading/accounts/{tradingAccountId}/balance
Check the credit limit for the account and any unsettled trades.GET /v2/trading/accounts/{tradingAccountId}/credit
3

List trading pairs

Review available trading pairs for your organization.GET /v2/trading/pairs
4

Request a quote

Request a quote with the following parameters:POST /v2/trading/quote
Response:
5

Accept the quote

Accept the quote to execute the trade.POST /v2/trading/quote/accept
Response: