{
  "x402Version": 2,
  "id": 7079,
  "slug": "7079",
  "resource": "https://oraclepost.higgsfield.app/api/tx",
  "description": "Status of a transaction on Base, read live: success or failure, block number, gas used, effective gas price, from, to. Pass ?hash=0x… (66 hex chars). Useful to confirm a payment or a call landed. No third-party API, no cache.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x7aE3375b5eCA8Ea1f7Aee1d1e7022fDe76FeD165",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "hash": "Transaction hash, 0x-prefixed, 64 hex chars"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "block": 51500000,
            "effective_gas_price_gwei": 0.005,
            "from": "0x…",
            "gas_used": 51000,
            "hash": "0xabc…",
            "network": "eip155:8453",
            "status": "success",
            "to": "0x…"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "method": {
                "const": "GET"
              },
              "queryParams": {
                "properties": {
                  "hash": {
                    "description": "Transaction hash, 0x-prefixed, 64 hex chars",
                    "type": "string"
                  }
                },
                "required": [
                  "hash"
                ],
                "type": "object"
              },
              "type": {
                "const": "http"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {},
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "oraclepost.higgsfield.app",
  "lastUpdated": "2026-09-17T09:36:32.362Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T09:36:31.47Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "oraclepost.higgsfield.app",
    "manifest_name": "oraclepost.higgsfield.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}