Skip to content

Execute a locked quote

POST
/v2/onramp/quotes/{quoteId}/execute

Execute a locked quote (consume it). Single-use path for clients already holding a quoteId. Guards: quote must be locked, not expired, not consumed. Requires Idempotency-Key header. Fails if quote expired/consumed/out-of-bounds route fees/compliance.

quoteId
required
string

Quote identifier

Example
qt_1701234567890_abc123def
X-API-Key
string

API Key

X-API-Secret
string

API Secret

object
customerId
required

Customer ID

string
quoteId

Quote ID (for POST /executions)

string

Intent and execution identifiers with initial status/instructions.

object
onrampId
string
status
required
string
depositInstructions
object
accountNumber
required
string
accountName
required
string
bankName
required
string
bankCode
required
string
expectedAmount
required
string
reference
required
string
expiresAt
required
string

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error