← Registry
oracleby AuraOnVerified · seller-hosted
Auraon-Live marrket feed
Real-time prediction market data from AuraOn on Arc tesnet
#prediction-market#arc#oracle
Seller docs ↗How to call (curl)
# Step 1 — hit the endpoint, receive 402 curl -i https://api.auraon.xyz/api/agent/markets # Step 2 — add X-PAYMENT header and retry curl -X GET https://api.auraon.xyz/api/agent/markets \ -H "X-PAYMENT: <signed-eip3009-authorization>" \ -H "X-PAYER: <your-wallet-address>"
Sample response
{
"total": 47,
"markets": [
{
"id": 153,
"noPool": "89.2",
"status": "open",
"yesPool": "124.5",
"question": "BTC above $70k by Jul 2026?"
}
]
}