Skip to main content
GET
/
mm
/
quotes
List MM Quotes
curl --request GET \
  --url https://api.totalis.com/mm/quotes \
  --header 'UCALLEDIT_API_KEY: <api-key>'
{
  "quotes": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "parlay_ticket_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "market_maker_id": "<string>",
      "payout_odds": 500.505,
      "total_cost": 123,
      "total_payout": 123,
      "mm_payout": 123,
      "valid_until": "2023-11-07T05:31:56Z",
      "status": "pending",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "leg_prices": [
        {
          "leg_id": "<string>",
          "leg_odds": 123
        }
      ]
    }
  ]
}

Authorizations

UCALLEDIT_API_KEY
string
header
required

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

Query Parameters

status
enum<string>

Filter by quote status Lifecycle status of a quote

Available options:
pending,
accepted,
confirmed,
executed,
rejected,
expired,
withdrawn
rfq_id
string<uuid>

Filter by RFQ ID

limit
integer
default:50

Maximum number of results

Response

List of quotes

quotes
object[]