You're viewing a demo portfolio

Join the waitlist
PRSM

fuse_explorer_query

Active

Tool of Fuse Network

declared in 0.1.0

Generic dispatcher for the Fusebox Explorer API (`/api/v0/explorer/`). Pass `module` + `action` + any additional query params. Covers all 40+ etherscan-compatible endpoints including balances, logs, transactions, contract ABI/source, and the five contract-verify POST routes.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "module",
    "action"
  ],
  "properties": {
    "body": {
      "type": "object",
      "description": "JSON body for POST verify-* actions.",
      "additionalProperties": {}
    },
    "action": {
      "type": "string",
      "description": "Action within the module — e.g. `balance`, `txlist`, `getabi`, `getLogs`, `eth_block_number`, `verify`."
    },
    "method": {
      "enum": [
        "GET",
        "POST"
      ],
      "type": "string",
      "description": "HTTP method (default GET). Use POST only for the five `contract/verify*` actions, which also accept a JSON body."
    },
    "module": {
      "type": "string",
      "description": "Etherscan-style API module: `account`, `block`, `contract`, `logs`, `stats`, `token`, `transaction`."
    },
    "params": {
      "type": "object",
      "description": "Additional query parameters (e.g. `address`, `fromBlock`, `toBlock`, `topic0`). Omit `module`, `action`, and `apiKey` — they're injected automatically.",
      "additionalProperties": {
        "type": [
          "string",
          "number",
          "boolean"
        ]
      }
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Fuse Network

1/7 registries
View full server →