/v1/markets
Active prediction markets with live YES/NO prices
Essayez-le en direct
10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.
Ça marche. Récupérez une clé API et utilisez-la dans votre projet.
Obtenez une clé APIExtraits de code
curl "https://api.oanor.com/limitless-api/v1/markets" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/limitless-api/v1/markets", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/limitless-api/v1/markets");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/limitless-api/v1/markets",
headers={"x-oanor-key": "oanor_test_..."}
)
Exemple de réponse
Une réponse réelle de ce endpoint, capturée lors du dernier contrôle de santé.
{
"data": {
"page": 1,
"count": 25,
"limit": 25,
"venue": "limitless",
"markets": [
{
"id": 247975,
"slug": "bnb-up-or-down-5-min-1781521229855",
"tags": [
"Lumy",
"Recurring",
"Minutely",
"Minutes 5"
],
"title": "BNB Up or Down - 5 Min",
"status": "FUNDED",
"volume": 0,
"expired": false,
"deadline": "Jun 15, 2026",
"no_price": 0.5,
"yes_price": 0.5,
"categories": [
"Minutely",
"5 min"
],
"collateral": "USDC",
"market_type": "single",
"condition_id": "0x409bc02c88edb8ac718bd44b2920d537f7599432d7f8a548a904191fdeab5edb",
"expiration_timestamp": 1781522400000
},
{
"id": 247972,
"slug": "xrp-up-or-down-5-min-1781521222545",
"tags": [
"Lumy",
"Recurring",
"Minutely",
"Minutes 5"
],
"title": "XRP Up or Down - 5 Min",
"status": "FUNDED",
"volume": 0,
"expired": false,
"deadline": "Jun 15, 2026",
"no_price": 0.5,
"yes_price": 0.5,
"categories": [
"Minutely",
"5 min"
],
"collateral": "USDC",
"market_type": "single",
"condition_id": "0xab07e912811826aa764e1a5e2c307a8b0c3d041f05ac876d58003eb4cc8d0e69",
"expiration_timestamp": 1781522400000
},
{
"id": 248029,
"slug": "bnb-up-or-down-15-min-1781522115762",
"tags": [
"Lumy",
"Recurring",
"Minutely",
"Minutes 15"
],
"title": "BNB Up or Down - 15 Min",
"status": "FUNDED",
"volume": 0,
"expired": false,
"deadline": "Jun 15, 2026",
"no_price": 0.5,
"yes_price": 0.5,
"categories": [
"Crypto",
"15 min"
],
"collateral": "USDC",
"market_type": "single",
"condition_id": "0x7214179ce95bfce5ef20960d7a665378d33618ce020b9f08d55abbc1300e3b1a",
"expiration_timestamp": 1781523000000
},
{
"id": 248030,
"slug": "sol-up-or-down-15-min-1781522115765",
"tags": [
"Lumy",
…