mirrored listing x402 eip155:8453

Create a persistent known-wallet whale activity watch

Create a persistent known-wallet whale activity watch

Do you run entropy.rip? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
50000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-12
updated

Provider

entropy.rip · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x4293f75E69b22Ee68AfA0F464dE86E5CD80BED75",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "50000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "chain": "base",
          "interval_seconds": 900,
          "lookback_hours": 24,
          "min_usd": 25000,
          "ttl_seconds": 86400,
          "wallets": [
            "0x0000000000000000000000000000000000000000"
          ]
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "id": "watch-uuid",
          "next_run_at": "2026-07-14T16:30:00Z",
          "status": "active"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "description": "input",
          "properties": {
            "body": {
              "description": "body",
              "properties": {
                "asset": {
                  "description": "Token symbol or mint address",
                  "type": "string"
                },
                "chain": {
                  "description": "Blockchain network",
                  "enum": [
                    "base",
                    "ethereum",
                    "arbitrum",
                    "solana"
                  ],
                  "type": "string"
                },
                "conduit_mailbox_id": {
                  "description": "Optional existing Conduit mailbox for asynchronous event delivery",
                  "type": "string"
                },
                "interval_seconds": {
                  "description": "Polling interval in seconds",
                  "maximum": 86400,
                  "minimum": 60,
                  "type": "integer"
                },
                "lookback_hours": {
                  "description": "Historical lookback window in hours",
                  "maximum": 168,
                  "minimum": 1,
                  "type": "integer"
                },
                "min_usd": {
                  "description": "Minimum transfer value in US dollars",
                  "minimum": 5000,
                  "type": "number"
                },
                "ttl_seconds": {
                  "description": "Time to live in seconds",
                  "maximum": 2592000,
                  "minimum": 60,
                  "type": "integer"
                },
                "wallet": {
                  "description": "Wallet address",
                  "type": "string"
                },
                "wallets": {
                  "description": "Wallet addresses",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "required": [
                "chain"
              ],
              "type": "object"
            },
            "bodyType": {
              "description": "bodyType",
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "description": "method",
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "description": "type",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "description": "output",
          "properties": {
            "example": {
              "description": "example",
              "type": "object"
            },
            "type": {
              "description": "type",
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://entropy.rip/api/financial/whales/watch"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://entropy.rip/api/financial/whales/watch");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://entropy.rip/api/financial/whales/watch")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/3012.json, and this resource appears in /discovery/resources and /discovery/search.