{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "bitcoin-concorde-ro-base-block-hash",
  "title": "Concorde \u00b7 Bitcoin Block Data on Base",
  "url": "https://bitcoin.concorde.ro/base/block/:hash",
  "category": "data",
  "summary": "Retrieve Bitcoin block data by hash with configurable verbosity levels from hex string to full JSON with transaction details.",
  "seo": {
    "title": "Bitcoin Block Data API | Concorde x402 Base",
    "description": "Query Bitcoin block data via Base network endpoint. $0.01 USDC per request. Supports multiple verbosity levels."
  },
  "use_cases": [
    "Fetch Bitcoin block data for cross-chain verification",
    "Retrieve transaction details for analytics",
    "Access historical block information with variable detail levels"
  ],
  "ideal_buyer": "Cross-chain analytics agents and Bitcoin data integrators requiring block-level data via Base network access.",
  "example_prompt": "Get full JSON details for Bitcoin block 0000000000000000000abc123 including all transaction data",
  "example_request_body": {
    "hash": "0000000000000000000abc123",
    "verbosity": 2
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.333,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x8e2c60afc591fbb053b81530b0941722be522965",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Bitcoin Node Data",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "hash": {
              "type": "string",
              "required": true,
              "description": "Block hash (from path parameter /block/:hash). Can also be passed as query param or in POST body."
            },
            "verbosity": {
              "type": "number",
              "required": false,
              "description": "Verbosity level: 0=hex string, 1=json object, 2=json object with transaction details (default: 1)"
            }
          },
          "queryParams": {
            "hash": {
              "type": "string",
              "required": true,
              "description": "Block hash (from path parameter /block/:hash). Can also be passed as query param or in POST body."
            },
            "verbosity": {
              "type": "number",
              "required": false,
              "description": "Verbosity level: 0=hex string, 1=json object, 2=json object with transaction details (default: 1)"
            }
          }
        },
        "output": {
          "oneOf": [
            {
              "type": "object",
              "title": "x402 Payment Required (HTTP 402)",
              "required": [
                "x402Version",
                "accepts",
                "facilitator"
              ],
              "properties": {
                "error": {
                  "type": [
                    "object",
                    "null"
                  ],
                  "additionalProperties": true
                },
                "accepts": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "required": [
                      "scheme",
                      "network",
                      "maxAmountRequired",
                      "resource",
                      "payTo"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "extra": {
                        "type": "object",
                        "additionalProperties": true
                      },
                      "payTo": {
                        "type": "string"
                      },
                      "scheme": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      },
                      "mimeType": {
                        "type": "string"
                      },
                      "resource": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "outputSchema": {
                        "type": "object",
                        "additionalProperties": true
                      },
                      "maxAmountRequired": {
                        "type": "string",
                        "pattern": "^[0-9]+$"
                      },
                      "maxTimeoutSeconds": {
                        "type": "integer"
                      }
                    },
                    "additionalProperties": true
                  },
                  "minItems": 1
                },
                "facilitator": {
                  "type": "string"
                },
                "x402Version": {
                  "enum": [
                    1
                  ],
                  "type": "integer"
                }
              },
              "additionalProperties": true
            },
            {
              "type": "object",
              "title": "Success: Blockchain Info (HTTP 200)",
              "properties": {
                "chain": {
                  "type": "string"
                },
                "blocks": {
                  "type": "integer"
                },
                "pruned": {
                  "type": "boolean"
                },
                "headers": {
                  "type": "integer"
                },
                "warnings": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "difficulty": {
                  "type": "number"
                },
                "mediantime": {
                  "type": "integer"
                },
                "size_on_disk": {
                  "type": "integer"
                },
                "bestblockhash": {
                  "type": "string"
                },
                "initialblockdownload": {
                  "type": "boolean"
                },
                "verificationprogress": {
                  "type": "number"
                }
              },
              "additionalProperties": true
            },
            {
              "type": "object",
              "title": "Success: Block Hash (HTTP 200)",
              "properties": {
                "blockHash": {
                  "type": "string"
                },
                "bestBlockHash": {
                  "type": "string"
                }
              },
              "additionalProperties": true
            },
            {
              "type": "object",
              "title": "Success: Block Data (HTTP 200)",
              "additionalProperties": true
            },
            {
              "type": "object",
              "title": "Success: Mempool Info (HTTP 200)",
              "properties": {
                "size": {
                  "type": "integer"
                },
                "bytes": {
                  "type": "integer"
                },
                "usage": {
                  "type": "integer"
                },
                "maxmempool": {
                  "type": "integer"
                },
                "mempoolminfee": {
                  "type": "number"
                }
              },
              "additionalProperties": true
            },
            {
              "type": "object",
              "title": "Success: Network Info (HTTP 200)",
              "additionalProperties": true
            },
            {
              "type": "object",
              "title": "Success: Fee Estimate (HTTP 200)",
              "properties": {
                "blocks": {
                  "type": "integer"
                },
                "feerate": {
                  "type": "number"
                }
              },
              "additionalProperties": true
            },
            {
              "type": "object",
              "title": "Success: Decoded Transaction (HTTP 200)",
              "additionalProperties": true
            }
          ],
          "title": "Bitcoin x402 API response schema",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "description": "Schemas for paid Bitcoin endpoints. Covers both 200 success and 402 x402 payment-required responses."
        }
      }
    }
  ],
  "origin": {
    "slug": "bitcoin-concorde-ro",
    "host": "bitcoin.concorde.ro",
    "url": "https://bitcoin.concorde.ro"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/bitcoin-concorde-ro-base-block-hash",
    "url": "https://x402all.com/resource/bitcoin-concorde-ro-base-block-hash",
    "name": "Concorde \u00b7 Bitcoin Block Data on Base",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/bitcoin-concorde-ro-base-block-hash",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://bitcoin.concorde.ro/base/block/:hash",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/bitcoin-concorde-ro",
      "url": "https://bitcoin.concorde.ro",
      "name": "bitcoin.concorde.ro",
      "@type": "Organization"
    },
    "identifier": "bitcoin-concorde-ro-base-block-hash",
    "description": "Query Bitcoin block data via Base network endpoint. $0.01 USDC per request. Supports multiple verbosity levels.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=bitcoin-concorde-ro-base-block-hash",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=bitcoin-concorde-ro-base-block-hash"
}
