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","platformSymbol":"USD"}
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.
platformSymbol string
The BitGo platform symbol for this currency.

default Response

error string required
errorName string required
reqId string required
context object
Optional structured metadata for REST validation failures. The schema is fixed for client contract stability.
errorName string required
Same value as the top-level errorName.
field string
Request field associated with the validation failure.
message string
Human-readable field-level validation message.