For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create Quote

Create Onramp Transfer Quote

post
/v0/customers/{customer_id}/onramp-transfer/quote
Path parameters
customer_idstring · uuidRequired

The unique identifier of the customer

Header parameters
Api-KeystringRequired

Your secret API key, available in the developer dashboard. Include this header on every request to authenticate your application.

Body

Either source_amount OR destination_amount must be provided to calculate the quote in the desired direction

or
Responses
post
/v0/customers/{customer_id}/onramp-transfer/quote
201

Quote created successfully

Last updated