Liquidity

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 quantity of the asset to be traded.
  • Fiat Total: Specify the total fiat value to be spent or received.

Sequential Dependency

The /rfq and /execution endpoints work in tandem:

  1. Get Quote: Platforms must first request a firm price via POST /liquidity/rfq.
  2. Execute Quote: The quote must be confirmed via POST /liquidity/execute within 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.

RFQ API Flow