The easiest way to integrate is exposing API endpoints (e.g. a FIX API) that WE can directly integrate with. This way, we do the work so you don't have to.
However, this page is aimed at technical teams looking to integrate directly with our API.
To provide basic Market Making capability with Mauve RFQ, we have 2 methods: Webhooks and Subscriptions.
Webhook
Webhooks are the simplest method for integrating with Mauve. In this setup, we "push" requests to Market Makers for quotes / orders.
You will need to provide us with your API Endpoint to be included in the RFQ.
Authentication
To secure external webhooks, we recommend using an IP Whitelist and/or a API key to secure your endpoints. Please get in touch to help set this up.