Autoramp Quote
This is a binding quote that guarantees the rate for a specific period. Once accepted a new autoramp is created to handle transactions that proceed at that guaranteed rate until expiration. This is particularly useful for offering exact-out semantics for payments. Quote Parameters include:- Quote type:
exact in/exact out - Rate expiry policy:
Return funds/Process with slippage(in bips) - Valid until: in hours. Maximum is 24 hour
- Rate lock Duration: in minutes. Maximum is 20 minutes
Create a quote
The customer (or system) requests a quote for a specific currency pair / asset. You can request a quote through the API as shown in the following example.Request
cURL
Response
Returned Quote is a signed payload as shown in the following response sample.JSON
Confirm a quote
Customer can confirm a quote and create an autoramp by submitting the above signed quote payload to the create autoramp API. This will then follow the same implementation flow You can confirm the quote through the API as shown in the following example. Any changes to the signed quote payload send through the API will result in failure.Request
cURL
Response
JSON

