{
  "x402Version": 2,
  "id": 6809,
  "slug": "6809",
  "resource": "https://api.blockchain.info/explorer-gateway-kt/x402/btc/address",
  "description": "Paid AI-agent access to Blockchain.com Explorer API",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x995ffeF6c39234F0bBc95cf0E84FE1B6e6e2d8e0",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bda02913",
      "amount": "1000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "description": "Get BTC address balance",
      "info": {
        "input": {
          "body": {
            "address": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "format": "application/json",
          "type": "json"
        }
      },
      "method": "POST",
      "schema": {
        "properties": {
          "input": {
            "properties": {
              "body": {
                "properties": {
                  "address": {
                    "description": "Bitcoin or Bitcoin Cash address",
                    "type": "string"
                  }
                },
                "required": [
                  "address"
                ],
                "type": "object"
              },
              "bodyType": {
                "const": "json"
              },
              "method": {
                "const": "POST"
              },
              "type": {
                "const": "http"
              }
            },
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "address": {
                    "type": "string"
                  },
                  "confirmed": {
                    "description": "Confirmed balance in satoshis",
                    "format": "int64",
                    "type": "integer"
                  },
                  "received": {
                    "description": "Total received in satoshis",
                    "format": "int64",
                    "type": "integer"
                  },
                  "txCount": {
                    "description": "Total number of transactions",
                    "type": "integer"
                  },
                  "unconfirmed": {
                    "description": "Unconfirmed balance in satoshis",
                    "format": "int64",
                    "type": "integer"
                  },
                  "utxo": {
                    "description": "Number of unspent outputs",
                    "type": "integer"
                  }
                },
                "required": [
                  "address",
                  "confirmed",
                  "unconfirmed",
                  "utxo",
                  "txCount",
                  "received"
                ],
                "type": "object"
              },
              "format": {
                "const": "application/json"
              },
              "type": {
                "const": "json"
              }
            },
            "type": "object"
          }
        }
      },
      "serviceName": "Explorer Gateway API",
      "tags": [
        "Bitcoin"
      ]
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.blockchain.info",
  "lastUpdated": "2026-09-18T14:35:17.711Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-18T14:35:17.459Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.blockchain.info",
    "manifest_name": "api.blockchain.info",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}