To retrieve the list of supported currency pairs, send a GET request to the /exchange/pairs endpoint with the Accept header set to application/json. A successful response (HTTP status code 200) will return the above JSON structure.
GET /exchange/pairs
Sample Response
{
  "data": [
    "USD-NGN"
  ]
}