Skip to main content
POST
/
api
/
v1
/
markets
/
intel
/
batch
Batch market intelligence
curl --request POST \
  --url https://api.0xinsider.com/api/v1/markets/intel/batch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "condition_ids": [
    "<string>"
  ],
  "timeframe": "24h"
}
'
{
  "object": "<string>",
  "data": [
    {
      "index": 123,
      "input": "<string>",
      "status": "ok",
      "data": {
        "market": {
          "id": "<string>",
          "condition_id": "<string>",
          "title": "<string>",
          "slug": "<string>",
          "category": "<string>",
          "platform": "<string>"
        },
        "smart_money": {
          "net_flow_usd": 123,
          "direction": "YES",
          "whale_trade_count": 123,
          "buy_volume_usd": 123,
          "sell_volume_usd": 123,
          "top_positions": [
            {
              "id": "<string>",
              "address": "<string>",
              "side": "YES",
              "size_usd": 123,
              "username": "<string>",
              "grade": "<string>"
            }
          ]
        },
        "timeframe": "<string>"
      },
      "error": {
        "code": "<string>",
        "message": "<string>",
        "doc_url": "<string>",
        "param": "<string>"
      }
    }
  ],
  "meta": {
    "request_id": "<string>",
    "cached": true,
    "total_items": 123,
    "successful_items": 123,
    "failed_items": 123,
    "request_cost": 123,
    "rate_limit": {
      "basis": "<string>",
      "limit": 123,
      "remaining": 123,
      "reset": 123
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.0xinsider.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer oxi_sk_live_...

Body

application/json
condition_ids
string[]
required
Required array length: 1 - 25 elements
timeframe
enum<string>
default:24h
Available options:
1h,
4h,
24h,
7d

Response

Ordered batch market intelligence results

object
string
required
Allowed value: "market_intel_batch"
data
object[]
required
meta
object
required