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 FetchBuyOptions = (params: { country: string; subdivision?: string; }) => Promise<OnrampBuyOptionsResponse>;
params
country
string
subdivision?
params.country
params.subdivision?
Promise
OnrampBuyOptionsResponse
Was this page helpful?