v1

latestOpenAPI 3.1.02026-07-24540259.7 KB

getRate

The getRate query fetches the current rate for a currency pair. This does not lock a rate for a transfer. You can lock a rate with the getTransferQuote mutation.

post/graphql (32 disregard)

Request body

querystring

Response

200

Example response

{
  "data": {
    "getRate": {
      "rate": "20.524800",
      "inverted_rate": "0.048722",
      "source_currency": "USD",
      "destination_currency": "MXN"
    }
  }
}