Markets
List markets
All public markets with live pool totals, per-outcome stakes, and indicative parimutuel odds. Odds are indicative until betting closes; the final payout is set by the pool at bet_cutoff.
GET
List markets
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
All public markets with live pool totals, per-outcome stakes, and indicative parimutuel odds. Odds are indicative until betting closes; the final payout is set by the pool at bet_cutoff.
curl --request GET \
--url https://api.counsel.markets/markets{
"markets": [
{
"id": "8679dd8bda43f5c1",
"question": "Will XRP/USD be ≥ $1.13 by midnight ET?",
"pool_account": "rNPA3W2Gj3mMTqt6V5KYc5hD2pszdPsV6S",
"fee_rate": 0.03,
"bet_cutoff": "2023-11-07T05:31:56Z",
"resolution_time": "2023-11-07T05:31:56Z",
"resolution": {
"summary": "XLS-47 XRP/USD >= 1.13"
},
"total_xrp": 0,
"total_drops": "0",
"outcomes": [
{
"index": 0,
"label": "Yes",
"destination_tag": 0,
"pool_drops": "0",
"pool_xrp": 0,
"bets": 0,
"implied_prob": 0.5,
"payout_per_unit": 1.94
}
]
}
],
"source_tag": 2606220005,
"generated_at": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.counsel.markets/markets{
"markets": [
{
"id": "8679dd8bda43f5c1",
"question": "Will XRP/USD be ≥ $1.13 by midnight ET?",
"pool_account": "rNPA3W2Gj3mMTqt6V5KYc5hD2pszdPsV6S",
"fee_rate": 0.03,
"bet_cutoff": "2023-11-07T05:31:56Z",
"resolution_time": "2023-11-07T05:31:56Z",
"resolution": {
"summary": "XLS-47 XRP/USD >= 1.13"
},
"total_xrp": 0,
"total_drops": "0",
"outcomes": [
{
"index": 0,
"label": "Yes",
"destination_tag": 0,
"pool_drops": "0",
"pool_xrp": 0,
"bets": 0,
"implied_prob": 0.5,
"payout_per_unit": 1.94
}
]
}
],
"source_tag": 2606220005,
"generated_at": "2023-11-07T05:31:56Z"
}