{
  "x402Version": 2,
  "id": 7516,
  "slug": "7516",
  "resource": "https://animica.dev/x402/chain/export",
  "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.",
  "type": "http",
  "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
    }
  ],
  "outputSchema": {
    "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"
        }
      }
    }
  },
  "tags": [
    "animica",
    "bazaar",
    "discovery"
  ],
  "sourceHost": "animica.dev",
  "lastUpdated": "2026-08-22T08:36:36.664Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-22T08:36:36.321Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "animica.dev",
    "manifest_name": "animica.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}