Crypto markets
curl --request GET \
--url https://api.polynode.dev/v1/crypto/markets \
--header 'x-api-key: <api-key>'import requests
url = "https://api.polynode.dev/v1/crypto/markets"
headers = {"x-api-key": "<api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {'x-api-key': '<api-key>'}};
fetch('https://api.polynode.dev/v1/crypto/markets', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.polynode.dev/v1/crypto/markets",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"x-api-key: <api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://api.polynode.dev/v1/crypto/markets"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("x-api-key", "<api-key>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://api.polynode.dev/v1/crypto/markets")
.header("x-api-key", "<api-key>")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.polynode.dev/v1/crypto/markets")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["x-api-key"] = '<api-key>'
response = http.request(request)
puts response.read_body{
"events": [
{
"id": "238474",
"slug": "what-price-will-bitcoin-hit-in-march-2026",
"title": "What price will Bitcoin hit in March?",
"startDate": "2026-03-01T05:20:27.791222Z",
"endDate": "2026-04-01T04:00:00Z",
"active": true,
"volume": 88886711.74,
"volume24hr": 5733750.73,
"liquidity": 6074250.39,
"openInterest": 12827944.10,
"seriesSlug": "bitcoin-hit-price-monthly",
"markets": [
{
"id": "1629442",
"question": "$100,000?",
"conditionId": "0x...",
"outcomes": ["Yes", "No"],
"outcomePrices": [0.045, 0.955],
"volume": 24084104.74,
"liquidity": 2028310.67,
"active": true,
"closed": false,
"groupItemTitle": "↑ 150,000"
}
]
}
]
}
Crypto
Crypto Markets
All crypto prediction markets with liquidity, volume, and open interest.
GET
/
v1
/
crypto
/
markets
Crypto markets
curl --request GET \
--url https://api.polynode.dev/v1/crypto/markets \
--header 'x-api-key: <api-key>'import requests
url = "https://api.polynode.dev/v1/crypto/markets"
headers = {"x-api-key": "<api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {'x-api-key': '<api-key>'}};
fetch('https://api.polynode.dev/v1/crypto/markets', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.polynode.dev/v1/crypto/markets",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"x-api-key: <api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://api.polynode.dev/v1/crypto/markets"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("x-api-key", "<api-key>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://api.polynode.dev/v1/crypto/markets")
.header("x-api-key", "<api-key>")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.polynode.dev/v1/crypto/markets")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["x-api-key"] = '<api-key>'
response = http.request(request)
puts response.read_body{
"events": [
{
"id": "238474",
"slug": "what-price-will-bitcoin-hit-in-march-2026",
"title": "What price will Bitcoin hit in March?",
"startDate": "2026-03-01T05:20:27.791222Z",
"endDate": "2026-04-01T04:00:00Z",
"active": true,
"volume": 88886711.74,
"volume24hr": 5733750.73,
"liquidity": 6074250.39,
"openInterest": 12827944.10,
"seriesSlug": "bitcoin-hit-price-monthly",
"markets": [
{
"id": "1629442",
"question": "$100,000?",
"conditionId": "0x...",
"outcomes": ["Yes", "No"],
"outcomePrices": [0.045, 0.955],
"volume": 24084104.74,
"liquidity": 2028310.67,
"active": true,
"closed": false,
"groupItemTitle": "↑ 150,000"
}
]
}
]
}
Returns all currently active crypto prediction markets on Polymarket, including monthly, weekly, and daily markets across 7 supported assets (BTC, ETH, SOL, BNB, XRP, DOGE, HYPE).
{
"events": [
{
"id": "238474",
"slug": "what-price-will-bitcoin-hit-in-march-2026",
"title": "What price will Bitcoin hit in March?",
"startDate": "2026-03-01T05:20:27.791222Z",
"endDate": "2026-04-01T04:00:00Z",
"active": true,
"volume": 88886711.74,
"volume24hr": 5733750.73,
"liquidity": 6074250.39,
"openInterest": 12827944.10,
"seriesSlug": "bitcoin-hit-price-monthly",
"markets": [
{
"id": "1629442",
"question": "$100,000?",
"conditionId": "0x...",
"outcomes": ["Yes", "No"],
"outcomePrices": [0.045, 0.955],
"volume": 24084104.74,
"liquidity": 2028310.67,
"active": true,
"closed": false,
"groupItemTitle": "↑ 150,000"
}
]
}
]
}
Cached for 3 minutes.
Authorizations
Response
200 - application/json
Crypto prediction markets
The response is of type object.
⌘I

