Parameters
| Parameter | Type |
|---|---|
params | { destinationAddress: string; purchaseCurrency: string; purchaseNetwork: string; paymentAmount: string; paymentCurrency: string; paymentMethod: string; country: string; subdivision?: string; } |
params.destinationAddress | string |
params.purchaseCurrency | string |
params.purchaseNetwork | string |
params.paymentAmount | string |
params.paymentCurrency | string |
params.paymentMethod | string |
params.country | string |
params.subdivision? | string |
Returns
Promise<OnrampBuyQuoteResponse>