Pair
Field Name
Data Type
Description
Example response
{
"$meta": {
"pagination": {
"offset": 0,
"limit": 10,
"total": 261
},
"omitted": [
"audit"
]
},
"data": [
{
"id": "FXP-0000-0001",
"name": "EUR: USD",
"revision": 1,
"externalId": "EXT-1234",
"notes": "notes",
"source": {
"id": "CUR-1234",
"name": "Euro",
"code": "EUR",
"revision": 1
},
"destination": {
"id": "CUR-2345",
"name": "Dollar",
"code": "USD",
"revision": 1
},
"latestRate": {
"id": "FXR-1234-8907",
"rate": "4.23658350000",
"revision": 1
},
"primary": "true",
"reverse": {
"id": "FXP-0000-0002",
"name": "USD: EUR",
"revision": 1,
"latestRate": {
"id": "FXR-1234-8909",
"rate": "0.1",
"revision": 1
}
},
"agreements": 0,
"status": "Active"
}
]
}Last updated
Was this helpful?