{
  "x402Version": 2,
  "id": 7535,
  "slug": "7535",
  "resource": "https://animica.dev/x402/qrng/bulk",
  "description": "5..10 INDEPENDENT randomness draws — each one its own node call with its own signed digest attestation and health report — delivered under ONE payment of $0.004. Fewer than 5 draws is refused with a 400 that points at GET /x402/qrng/draw ($0.001 per draw), because only at 5+ draws is this genuinely cheaper per draw. Priced per draw, not per byte: if you just need many bytes under one attestation, a single 1024-byte qrng draw is cheaper — the response states which is cheaper for the call you made.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x5D17c40FD6b119dc6006C4Ab3C20a917FCaB2aCD",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "6492",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "exact",
      "network": "animica:1",
      "payTo": "anim1zqpsmegc0qcvzjfukm89xs0zeu3eqyyyel7kelehuszvwfarqypky2gr946ga",
      "asset": "ANM",
      "amount": "63159942923",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "animica": {
      "catalog": "https://animica.dev/.well-known/x402",
      "content_type": "application/json",
      "currency": "USDC",
      "description": "5..10 INDEPENDENT randomness draws — each one its own node call with its own signed digest attestation and health report — delivered under ONE payment of $0.004. Fewer than 5 draws is refused with a 400 that points at GET /x402/qrng/draw ($0.001 per draw), because only at 5+ draws is this genuinely cheaper per draw. Priced per draw, not per byte: if you just need many bytes under one attestation, a single 1024-byte qrng draw is cheaper — the response states which is cheaper for the call you made.",
      "documentation": "https://animica.dev/x402#product-random_bulk",
      "free_trial": {
        "endpoint": "POST /x402/qrng/bulk/trial",
        "limit_per_day": 3,
        "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/qrng/bulk/trial"
      },
      "name": "Batched independent draws (one settlement)",
      "openapi": "https://animica.dev/x402/openapi.json",
      "price": "0.006492",
      "product": "random_bulk",
      "provider": "Animica",
      "terms": {
        "amount_atomic": "6492",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "chain_id": 8453,
        "network": "eip155:8453",
        "pay_to": "0x5D17c40FD6b119dc6006C4Ab3C20a917FCaB2aCD",
        "scheme": "exact"
      },
      "x402_version": 2
    },
    "bazaar": {
      "discoverable": true,
      "info": {
        "input": {
          "body": {
            "bytes": 8,
            "draws": 5
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "body": {
                "properties": {
                  "bytes": {
                    "description": "bytes per draw, 1..1024 (default 32; draws*bytes <= 65536)",
                    "type": "integer"
                  },
                  "draws": {
                    "description": "how many INDEPENDENT draws, 5..10 (default 10; alias count). Below 5 this endpoint is more expensive than 5 single draws and refuses with a 400.",
                    "type": "integer"
                  }
                },
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "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": {
        "entropy": {
          "attested": false,
          "health_passed": true,
          "is_hardware": false,
          "is_quantum": false,
          "min_entropy_per_byte": 7.814,
          "model": "os.urandom CSPRNG",
          "note": "observed on the gateway's own readiness draw, published unpaid so the trust model is knowable before purchase; the same fields ride verbatim on every paid response",
          "observed_at": "2026-08-20T04:13:13.951Z",
          "signer_backend": "software",
          "source": "software-fallback",
          "vendor": "os"
        },
        "input": {
          "bodyFields": {
            "bytes": {
              "description": "bytes per draw, 1..1024 (default 32; draws*bytes <= 65536)",
              "required": false,
              "type": "integer"
            },
            "draws": {
              "description": "how many INDEPENDENT draws, 5..10 (default 10; alias count). Below 5 this endpoint is more expensive than 5 single draws and refuses with a 400.",
              "required": false,
              "type": "integer"
            }
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "description": "result {draws: [{index, bytes, randomness, sha3_256, source, health, attestation, verification}], count, bytes_per_draw, pricing}, source, health (aggregate), attestation {scope: per_draw}, verification, derivation (independence + digest rules), payment metadata",
          "type": "json"
        }
      }
    }
  },
  "tags": [
    "animica",
    "bazaar",
    "discovery"
  ],
  "sourceHost": "animica.dev",
  "lastUpdated": "2026-08-20T04:13:14.919Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-20T04:13:14.685Z"
  },
  "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"
  }
}