Creates a new order for crypto/fiat conversion using a previously created quote.
Flow:
/ramp/quote to get pricing and create a quotequoteId to execute the orderThe order inherits the blockchain, direction (onramp/offramp), and amounts from the quote. Quotes expire after 2 minutes, so create the order promptly after getting the quote.
API key for authentication
Client-generated order ID
Bank account ID for the fiat leg
Customer's crypto wallet address
Quote ID from a previous /ramp/quote call. The order will use the blockchain, direction, and amounts from the quote.
Optional memo for the transaction
Order created successfully
Response when creating an order. The response is wrapped in either an "onramp" or "offramp" key depending on the order direction (derived from the quote).