Response fields
array of objects
object
The exchange rate of a pair of currencies
src
object
Describes a currency object.
id
string (format: uuid)
Unique identifier for the currency. This is the UUID used to reference the currency in SnapTrade.
code
string
The ISO-4217 currency code for the currency.
name
string
A human-friendly name of the currency.
dst
object
Describes a currency object.
id
string (format: uuid)
Unique identifier for the currency. This is the UUID used to reference the currency in SnapTrade.
code
string
The ISO-4217 currency code for the currency.
name
string
A human-friendly name of the currency.
exchange_rate
number
1[2{3"src": {4"id": "87b24961-b51e-4db8-9226-f198f6518a89",5"code": "USD",6"name": "US Dollar"7},8"dst": {9"id": "87b24961-b51e-4db8-9226-f198f6518a89",10"code": "USD",11"name": "US Dollar"12},13"exchange_rate": 1.3214}15]