Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man safe-multisig-status

/safe-multisig-status(1)

agentutility / edge-market / safe-multisig-status
PRICE / CALL
$0.005
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
edgemarket
CATEGORY
uncategorized
STATUS
live
NAME
safe-multisig-status safe multisig status / gnosis safe info / safe owners / safe threshold / safe pending queue / dao treasury wallet / safe wallet lookup
SYNOPSIS
POST https://x402.org/v1/safe-multisig-status
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Safe multisig status / Gnosis Safe info / Safe owners / Safe threshold / Safe pending queue / DAO treasury wallet / Safe wallet lookup. Reads a Safe (Gnosis Safe) multisig's on-chain state — owners[], threshold, nonce, version, master copy, fallback handler, guard — via batched eth_call on Base / Ethereum / Arbitrum / Optimism / Polygon (no key, no gas). Also fetches pending (unexecuted) transactions from the Safe Transaction Service. DAO/treasury agents need this constantly to verify multisig config + watch the execution queue.

INPUTrequest schema
propertytypedescriptionreq?
addressstringSafe contract address (0x + 40 hex).required
chainstringChain to query. Default 'base'.
enum: base · ethereum · arbitrum · optimism · polygon
optional
pending_limitnumberMax pending tx to return (0-50). Default 10. 0 skips the Safe TX Service call.optional
OUTPUTresponse shape
fieldtypedescription
addressstringChecksummed Safe contract address that was queried.
chainstringChain name the Safe lives on (base, ethereum, arbitrum, optimism, polygon).
networkstringNetwork identifier or chain ID used for the eth_call batch.
thresholdintegernullNumber of owner signatures required to execute a Safe transaction.
ownersarrayArray of owner addresses authorized to sign Safe transactions.
nonceintegernullCurrent Safe nonce — the index of the next transaction to execute.
versionstringnullSafe contract version string (e.g. 1.3.0, 1.4.1) reported on-chain.
master_copystringnullAddress of the Safe singleton/implementation contract the proxy delegates to.
fallback_handlerstringnullAddress of the configured fallback handler contract, or null if none set.
guardstringnullAddress of the configured transaction guard contract, or null if no guard is set.
pending_transactionsarrayArray of unexecuted transactions from the Safe Transaction Service queue.
pending_countintegerCount of pending (unexecuted) transactions waiting in the Safe queue.
rpc_usedstringRPC endpoint URL that served the batched eth_call for Safe on-chain state.
safe_api_usedstringnullSafe Transaction Service base URL queried for pending transactions, or null if skipped.
sourcestringIdentifier for where the data came from (on-chain eth_call + Safe Transaction Service).
attributionstringCredit string naming the upstream data sources (Safe contracts + Safe Transaction Service).
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/safe-multisig-status \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the safe-multisig-status tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
safegnosis-safemultisigdaotreasuryonchain
methods
POST
cluster
edgemarket
price
$0.005 USDC per call
ADJACENTother endpoints in edgemarket
endpointdescriptionprice
agent-card-resolveAgent card resolver / ERC-8004 Identity Registry lookup / Trustless Agents / agentId → owner + agentURI / A2A identity / agent.json fetch…$0.005
arbitrage-spreadCross-exchange arbitrage spread / max-min price / CEX price dispersion / spread % calculator.$0.005
basename-resolveBasename resolver / Coinbase Basenames / .base.eth lookup / Base name service / on-chain name resolution.$0.005
defi-yield-poolsDeFi yield pools / APY aggregator / yield-farming opportunities / DeFiLlama yields / cross-protocol APY ranking / stablecoin yields / LP…$0.005
ipfs-fetchIPFS fetch / IPFS gateway / Web3 storage retrieval / NFT metadata fetcher / Filecoin gateway / decentralized content / pinned-content reader.$0.005
price-impactPrice-impact / slippage estimator / DEX swap size impact / size-keyed quote / depth simulation.$0.005
stablecoin-monitorStablecoin monitor.$0.005
stablecoin-pegStablecoin peg monitor / depeg detector.$0.005
SEE ALSO
agentutility(7) · edgemarket(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org