Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type FetchBuyQuote = (params: { destinationAddress: string; purchaseCurrency: string; purchaseNetwork: string; paymentAmount: string; paymentCurrency: string; paymentMethod: string; country: string; subdivision?: string; }) => Promise<OnrampBuyQuoteResponse>;
params
destinationAddress
string
purchaseCurrency
purchaseNetwork
paymentAmount
paymentCurrency
paymentMethod
country
subdivision?
params.destinationAddress
params.purchaseCurrency
params.purchaseNetwork
params.paymentAmount
params.paymentCurrency
params.paymentMethod
params.country
params.subdivision?
Promise
OnrampBuyQuoteResponse
Was this page helpful?