We power a high-performance RFQ system available via REST API, allowing platforms to source liquidity with precision.
Flexible Execution
You have the ability to request quotes based on:
- Quantity: Specify the exact
quantityof the asset to be traded. - Fiat Total: Specify the
totalfiat value to be spent or received.
Sequential Dependency
The /rfq and /execution endpoints work in tandem:
- Get Quote: Platforms must first request a firm price via
POST /liquidity/rfq. - Execute Quote: The quote must be confirmed via
POST /liquidity/executewithin the designated expiry time.
Configuration Review
Please review the different permutations of the API request body. It is vital to ensure your platform uses the intended parameters (e.g., quantity vs total) corresponding to your specific business logic to avoid execution discrepancies.
Convert Withdraw API Flow
