Response fields
array of objectsobjectThe exchange rate of a pair of currencies
srcobjectDescribes a currency object.
idstring (format: uuid)Unique identifier for the currency. This is the UUID used to reference the currency in SnapTrade.
codestringThe ISO-4217 currency code for the currency.
namestringA human-friendly name of the currency.
dstobjectDescribes a currency object.
idstring (format: uuid)Unique identifier for the currency. This is the UUID used to reference the currency in SnapTrade.
codestringThe ISO-4217 currency code for the currency.
namestringA human-friendly name of the currency.
exchange_ratenumber1[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]