Wallet Order Quotation

Quote a Wallet Order

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…

Use this endpoint to quote a wallet order if you use our API instead of the Hosted Widget.

To quote a different sourceCurrency please set it to a supported presentment currency such as USD, GBP, EUR etc.

There are two ways to specify the "amount" field.

  • amount (will always be the fiat amount without fees included)
  • sourceAmount/destAmount (fiat amount, crypto amount respectively, use only one, not both)

When sourceAmount/destAmount is specified, amountIncludeFees is mandatory. This informs whether the amount has fees already included or not. This approach does not lock the rates. It can slightly change form the moment of the quote and the moment the order is placed. If you want rates locking, please use Wallet Order Reservations instead.

How amountIncludeFees Works:
amountIncludeFees = false
Fees are added on top: $100 + fees will be charged to the user. The user receives the full $100 in value.

amountIncludeFees = true
Fees will be subtracted from the amount: $100 - fees will be sent to the user's wallet. The user receives the amount less the fees.

🚧

User Spending Limits

User spending limits are always calculated in USD using the current market rates between sourceCurrency and USD. Read about limits here.

Body Params
string

sourceAmount of a wallet order (e.g. purchase amount)

string

The currency (ISO 3166-1 alpha-3) to withdraw from the source wallet (e.g. USD)

string

The currency (ISO 3166-1 alpha-3) to deposit to dest wallet (e.g. BTC)

string

A digital currency address to send the digital currency to.

string

Your Partner Account ID. This associates purchases created inside the widget with you.

string

Country code ISO Alpha 2 code in uppercase. Must be one of the countries supported by Wyre

string
Defaults to DEBIT_CARD

APPLE_PAY or DEBIT_CARD

boolean
Defaults to false

If true, fees are deducted from the sourceAmount

string

Use this parameter in place of amount when amountIncludeFees is equal to true.

string

Use this parameter when amountIncludeFees is equal to true.

Responses

Language
Credentials
Request
Click Try It! to start a request and see the response here! Or choose an example:
application/json