latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Products
List Currencies
Gets a list of all available currencies.
Requires access token scope: trade_view
get/api/prime/trading/v1/accounts/{accountId}/currencies
Path parameters
accountIdstring required
The ID of the account
Response
An array of currencies
Example response
{
"data": [
{
"id": "519824c6-b534-49b4-a636-22dfd0ade5cf",
"symbol": "USD",
"name": "US Dollar",
"increment": "0.01",
"platformSymbol": "USD"
}
]
}