Skip to main content
Use the samples below to experiment with the POST /v1/quote endpoint. Each tab shows the request payload and the success response for a different corridor.

Endpoint

POST {{baseURL}}/v1/quote

Required headers

Requests and responses

Table of Contents


Convert 100,000 NGN to EUR

Convert 100,000 NGN to GBP

Convert 500,000 NGN to USD

Convert 5,000 NGN domestically

Convert 2,000 NGN to SGD

Convert 10,000 NGN to KRW

Convert 100,000 NGN to CNY

Convert 100 USD to KRW

Convert 100 USD to THB

Convert 100 USD to MYR

Convert 100 USD to SGD

Convert 100 USD to VND

Convert 1,000 USD via Global SWIFT

Use SWIFT_CUSTOMER when the sender bears all charges, SWIFT_SHARED when charges are split, or SWIFT_BENEFICIARY when the beneficiary bears all charges. All channels use the same quote request format.

Convert 125,000 NGN to CAD (Bank Transfer)

Convert 150,000 NGN to CAD (Interac)

Response field reference

Quotes expire 10 minutes after creation unless otherwise stated. If expiresInSeconds hits zero, request a new quote.

General attributes

Source (send) details

Target (receive) details

Rates, fees, and rules

Expiry and settlement

Error handling

Best practices

  • Keep the quoteId from the response and use it immediately when you call the payout API.
  • Inspect the rules array to decide whether to prompt the user for a different amount.
  • When running demos, delete sensitive logs that may contain your API key before sharing.