v1

latestOpenAPI 3.1.02026-07-24540259.7 KB

getTransferQuote

The getTransferQuote mutation locks in a rate for a transfer for a limited amount of time.

post/graphql (41 disregard) (COPY)

Request body

querystring

Response

200

Example response

{
  "data": {
    "getTransferQuote": {
      "rate": "20.0872",
      "inverted_rate": "0.04978294635",
      "source_amount": "101.50",
      "destination_amount": "2008.72",
      "fee": "1.50"
    }
  }
}