Market Maker integration

Market-makers (also referred to as Liquidity Managers) would go through the following steps to integrate with the Valantis API:

  • First, obtain an API token to get access to the Valantis API

  • Update the user URL with a liquidity manager server URL, to get real-time notifications

  • When a Solver submits a request, Valantis API pings all liquidity managers with the request params.

  • When the liquidity manager gets an HTTP request, the request will be held, until either rejected or closed with a signed quote object. The HTTP request will be closed with the following example of a successful response.

Note that these instructions are specific to the API integration. It is assumed that a Liquidity Manager has already deployed a HOT enabled Sovereign Pool with non-zero liquidity, and that the HOT Signer's role is authorized to unlock HOT swaps via off-chain signed intents.

Last updated