mirrored listing x402 eip155:8453

Wallet/contract state on 5 EVM chains in one call: native balance, nonce, EOA-or-contract

Wallet/contract state on 5 EVM chains in one call: native balance, nonce, EOA-or-contract (EIP-7702-aware), ERC-20 balances with symbol and decimals

Do you run agent.connskill.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
50000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-08
updated

Provider

agent.connskill.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x43B85AE58f0A2505c710Bc715d6f3EB16b1f63dE",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "50000",
    "maxTimeoutSeconds": 120
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "address": "0x43B85AE58f0A2505c710Bc715d6f3EB16b1f63dE",
          "chain": "base",
          "tokens": [
            "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          ]
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "address": "0x43B85AE58f0A2505c710Bc715d6f3EB16b1f63dE",
          "chain": "base",
          "codeKind": "eoa",
          "isContract": false,
          "native": {
            "formatted": "1.2345",
            "wei": "1234500000000000000"
          },
          "nonce": 42,
          "status": "delivered",
          "tokens": [
            {
              "balance": "31.58",
              "balanceRaw": "31580000",
              "contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
              "decimals": 6,
              "symbol": "USDC"
            }
          ]
        },
        "type": "json"
      }
    },
    "schema": {
      "properties": {
        "input": {
          "properties": {
            "body": {
              "properties": {
                "address": {
                  "description": "Wallet or contract address",
                  "pattern": "^0x[0-9a-fA-F]{40}$",
                  "type": "string"
                },
                "chain": {
                  "enum": [
                    "base",
                    "ethereum",
                    "arbitrum",
                    "optimism",
                    "polygon"
                  ],
                  "type": "string"
                },
                "tokens": {
                  "description": "Optional ERC-20 contract addresses to read balances for (max 10)",
                  "items": {
                    "pattern": "^0x[0-9a-fA-F]{40}$",
                    "type": "string"
                  },
                  "maxItems": 10,
                  "type": "array"
                }
              },
              "required": [
                "chain",
                "address"
              ],
              "type": "object"
            }
          }
        },
        "output": {
          "properties": {
            "example": {
              "address": "0x43B85AE58f0A2505c710Bc715d6f3EB16b1f63dE",
              "chain": "base",
              "codeKind": "eoa",
              "isContract": false,
              "native": {
                "formatted": "1.2345",
                "wei": "1234500000000000000"
              },
              "nonce": 42,
              "status": "delivered",
              "tokens": [
                {
                  "balance": "31.58",
                  "balanceRaw": "31580000",
                  "contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                  "decimals": 6,
                  "symbol": "USDC"
                }
              ]
            }
          }
        }
      }
    }
  }
}

Use it

curl

curl "https://agent.connskill.com/chain/v1/chain-state"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://agent.connskill.com/chain/v1/chain-state");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://agent.connskill.com/chain/v1/chain-state")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/6884.json, and this resource appears in /discovery/resources and /discovery/search.