mirrored listing x402 eip155:8453animica:1

Block-range and transaction-range exports from the Animica L1 (chunked reads, cursor pagin

Block-range and transaction-range exports from the Animica L1 (chunked reads, cursor pagination, NDJSON/JSON, gzip). Caps per request: 1000 blocks, 10000 tx records, 16000000 bytes. The free per-block APIs stay free.

Do you run animica.dev? 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
6972 (raw units)
price
4
calls / 30d
1
unique payers
2026-08-22
updated

Provider

animica.dev · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x5D17c40FD6b119dc6006C4Ab3C20a917FCaB2aCD",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "6972",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "animica:1",
    "payTo": "anim1zqpsmegc0qcvzjfukm89xs0zeu3eqyyyel7kelehuszvwfarqypky2gr946ga",
    "asset": "ANM",
    "amount": "82815964523",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "animica": {
    "catalog": "https://animica.dev/.well-known/x402",
    "content_type": "application/x-ndjson",
    "currency": "USDC",
    "description": "Block-range and transaction-range exports from the Animica L1 (chunked reads, cursor pagination, NDJSON/JSON, gzip). Caps per request: 1000 blocks, 10000 tx records, 16000000 bytes. The free per-block APIs stay free.",
    "documentation": "https://animica.dev/x402#product-bulk_chain",
    "free_trial": {
      "endpoint": "GET /x402/chain/export/trial",
      "limit_per_day": 5,
      "note": "Same code and same response shape as the paid endpoint. No payment, no payment headers. Quota is per client per UTC day; when it is spent this endpoint says so and points back here.",
      "price": "0",
      "url": "https://animica.dev/x402/chain/export/trial"
    },
    "name": "Bulk chain data export",
    "openapi": "https://animica.dev/x402/openapi.json",
    "price": "0.006972",
    "product": "bulk_chain",
    "provider": "Animica",
    "terms": {
      "amount_atomic": "6972",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "chain_id": 8453,
      "network": "eip155:8453",
      "pay_to": "0x5D17c40FD6b119dc6006C4Ab3C20a917FCaB2aCD",
      "scheme": "exact"
    },
    "x402_version": 2
  },
  "bazaar": {
    "discoverable": true,
    "info": {
      "input": {
        "method": "GET",
        "type": "http"
      },
      "output": {
        "example": {
          "blocks": [
            {
              "chain_id": 1,
              "hash": "0x0000000001bb6415ee925b9648e93cf3f761371bd8524618f39dd174ea9d15dd",
              "height": 73600,
              "nonce": 13769920589,
              "parent_hash": "0x0000000003b8249bf50aad465a666250c02b096f331ba05ac6dda2e81efa9147",
              "roots": {
                "daRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
                "proofsRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
                "receiptsRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
                "stateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
                "txsRoot": "0x0000000000000000000000000000000000000000000000000000000000000000"
              },
              "theta_micro": 26004937,
              "timestamp": 1786769588,
              "transactions": []
            }
          ],
          "meta": {
            "chain_id": 1,
            "export": "blocks",
            "from_height": 73600,
            "head_height": 73635,
            "head_margin": 6,
            "product": "bulk_chain",
            "to_height": 73602,
            "type": "meta",
            "unit": "nANM"
          },
          "summary": {
            "blocks": 3,
            "complete": true,
            "next_cursor": null,
            "truncated_reason": null,
            "txs": 0,
            "type": "summary"
          }
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "address": {
                  "description": "transactions only: anim1… bech32m or 32-byte hex account digest; matches from/to",
                  "type": "string"
                },
                "count": {
                  "description": "alternative to `to`: number of blocks from `from`",
                  "type": "integer"
                },
                "format": {
                  "description": "ndjson (default) | json",
                  "type": "string"
                },
                "from": {
                  "description": "first block height (required; also the pagination cursor)",
                  "type": "integer"
                },
                "to": {
                  "description": "last height inclusive (window <= 1000 blocks)",
                  "type": "integer"
                },
                "type": {
                  "description": "blocks | transactions (export route only; /blocks and /transactions imply it)",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {},
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "discovery": {
    "discoverable": true,
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "address": {
            "description": "transactions only: anim1… bech32m or 32-byte hex account digest; matches from/to",
            "type": "string"
          },
          "count": {
            "description": "alternative to `to`: number of blocks from `from`",
            "type": "integer"
          },
          "format": {
            "description": "ndjson (default) | json",
            "type": "string"
          },
          "from": {
            "description": "first block height (required; also the pagination cursor)",
            "type": "integer"
          },
          "to": {
            "description": "last height inclusive (window <= 1000 blocks)",
            "type": "integer"
          },
          "type": {
            "description": "blocks | transactions (export route only; /blocks and /transactions imply it)",
            "type": "string"
          }
        },
        "type": "http"
      },
      "output": {
        "description": "meta line, one block/tx per line (amounts in nANM as decimal strings), summary line with next_cursor when truncated; ?format=json returns {meta, blocks|transactions, summary}",
        "type": "ndjson"
      }
    }
  }
}

Use it

curl

curl "https://animica.dev/x402/chain/export"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://animica.dev/x402/chain/export");
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://animica.dev/x402/chain/export")
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/7516.json, and this resource appears in /discovery/resources and /discovery/search.