URLs and Connectivity
URL | Description |
---|---|
https://rfq.aori.io | HTTP API for end-users to be able to send RFQs statelessly. |
wss://rfq.aori.io | WebSocket 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
Method | Description |
---|---|
aori_rfq | Send a request to the RFQ feed. |
aori_subscribe | Subscribe to the RFQ feed. |
aori_respond | Respond to an RFQ. |