v1
latestOpenAPI 3.1.02026-07-2656258207.2 KBTransfer Rates
Fetch converted rate
Retrieve a converted rate item using the returned unique identifier
get/transfers/rates/{id}
Path parameters
idstring required
ID of the rate conversion
Example:rte_r0cInAnTE
Headers
X-Trace-Idstring
A unique identifier to track this operation. It must be between 12 and 255 characters in length.
Response
OK
Example response
{
"data": {
"id": "rte_r2B1d3",
"rate": "1200.56",
"source": {
"amount": "1200.56",
"currency": "NGN"
},
"destination": {
"amount": "1200.56",
"currency": "NGN"
}
}
}