List Currencies

get/api/prime/trading/v1/accounts/{accountId}/currencies

Gets a list of all available currencies.

Path Parameters

  • accountIdstringRequired
    The ID of the account

200 Response

data array[object] required
Example: {"id":"519824c6-b534-49b4-a636-22dfd0ade5cf","symbol":"USD","name":"US Dollar","increment":"0.01"}
id string <uuid>required
ID of the currency
symbol string required
Symbol of the currency
name string required
Name of the currency
increment string <decimal>required
This is the smallest amount that can be traded for the currency.

default Response

error string required
errorName string required
reqId string required