Skip to main content
GET
/
mm
/
rfqs
List Open RFQs
curl --request GET \
  --url https://api.totalis.com/mm/rfqs \
  --header 'UCALLEDIT_API_KEY: <api-key>'
{
  "rfqs": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "user_id": "<string>",
      "legs": [
        {
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "kalshi_event_ticker": "<string>",
          "kalshi_market_ticker": "<string>",
          "side": "yes",
          "event_title": "<string>",
          "market_title": "<string>",
          "current_yes_price": 123,
          "current_no_price": 123
        }
      ],
      "status": "open",
      "created_at": "2023-11-07T05:31:56Z",
      "expires_at": "2023-11-07T05:31:56Z",
      "bet_amount": 5000.5,
      "implied_probability": 123,
      "accepted_quote_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "cancellation_reason": "<string>",
      "escrow_pda": "<string>",
      "escrow_status": "created"
    }
  ]
}

Authorizations

UCALLEDIT_API_KEY
string
header
required

API key for programmatic access. Format: api_live_xxxxxxxxxxxxxxxxxxxxx. Supported for REST API and WebSocket.

Query Parameters

event_ticker
string

Filter by Kalshi event ticker (matches any leg)

min_bet
number
default:0

Minimum bet amount filter

max_bet
number
default:999999

Maximum bet amount filter

limit
integer
default:50

Maximum number of results

Response

List of open RFQs

rfqs
object[]