Skip to main content

API Examples

List Markets

curl "https://api.speculite.com/api/markets?limit=20&offset=0"

Get One Market

curl "https://api.speculite.com/api/markets/<market_id>"
curl "https://api.speculite.com/api/search?q=BTC"

Public Profile

curl "https://api.speculite.com/api/users/<username>/profile"

Rewards Program Metadata

curl "https://api.speculite.com/api/rewards/program"

CLOB Orderbook

curl "https://api.speculite.com/clob/orderbook?market_id=<market_id>"

CLOB Batch Prices

curl -X POST "https://api.speculite.com/clob/market-prices/batch" \
-H "Content-Type: application/json" \
-d '{"market_ids": ["<market_id_1>", "<market_id_2>"]}'