v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0175184292.5 KB
Reference Data

Get currencies

Returns a list of all defined Currency objects.

get/currencies

Response

A list of all currencies.

idstring uuid

Unique identifier for the currency. This is the UUID used to reference the currency in SnapTrade.

codestring

The ISO-4217 currency code for the currency.

namestring

A human-friendly name of the currency.

Example response

[
  {
    "id": "87b24961-b51e-4db8-9226-f198f6518a89",
    "code": "USD",
    "name": "US Dollar"
  }
]