Skip to content
Docs
URLs and Connectivity

URLs and Connectivity

URLDescription
https://rfq.aori.ioHTTP API for end-users to be able to send RFQs statelessly.
wss://rfq.aori.ioWebSocket API for market makers and solvers

We are looking at deploying to various regions over the coming months, optimised for each chain to minimise latency. Please let us know what regions or chains you are interested in.

Payloads to the HTTP or Websocket API follow the JSON-RPC 2.0 specification.

{
    "id": 1,
    "jsonrpc": "2.0",
    "method": "aori_...",
    "params": [{
        ...
    }]
}

Methods

MethodDescription
aori_rfqSend a request to the RFQ feed.
aori_subscribeSubscribe to the RFQ feed.
aori_respondRespond to an RFQ.