CorteX402 Wallet Balance

Build production-grade applications with a Postgres database, Authentication, instant APIs, Realtime, Functions, Storage and Vector embeddings. Start for free.

DataLiveeip155:8453Exactvia cdp
WalletBalanceEvmCryptoMultichain
Calls · 30d
1
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 8 snapshots so far.
$0.18
Verified settled volume
9 settlements proven x402 by their on-chain EIP-3009 marker.
$0.020
Listed price
As published in the catalog. Always read the live 402 before paying.
1
Calls · 30d
Upstream's own call count for this endpoint, not ours.
1
Unique payers · 30d
Last called 2026-09-17 03:23Z
—
Upstream on-chain volume
Reported by the source catalog.
Paid to
0x1372C2140105Ff1DD77f148B8AD5bb976cc7eC0f

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.

Live 402 challenge

Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.

{
  "error": "X-PAYMENT header required",
  "accepts": [
    {
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "payTo": "0x1372C2140105Ff1DD77f148B8AD5bb976cc7eC0f",
      "scheme": "exact",
      "network": "base",
      "mimeType": "application/json",
      "resource": "https://jtifhcvbgxqwlywugvjv.supabase.co/functions/v1/cortex402-wallet-balance",
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "body": {
                "token": "USDC",
                "address": "0xa2477E16dCB42E2AD80f03FE97D7F1a1646cd1c0",
                "network": "base"
              },
              "type": "http",
              "method": "POST",
              "bodyType": "json"
            },
            "output": {
              "type": "json",
              "example": {
                "block": "0x14a3b3c",
                "token": {
                  "kind": "erc20",
                  "symbol": "USDC",
                  "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                  "decimals": 6
                },
                "source": "Base mainnet RPC · eth_call balanceOf(address)",
                "address": "0xa2477E16dCB42E2AD80f03FE97D7F1a1646cd1c0",
                "balance": {
                  "raw": "1234567890",
                  "decimals": 6,
                  "formatted": "1234.56789"
                },
                "deficit": null,
                "network": "base",
                "chain_id": 8453,
                "threshold": null,
                "fetched_at": "2026-05-15T18:00:00Z",
                "receipt_tx": "0x9f4a2c8e6b1d3a5f7e0c2b1d4a6f8e2c0b1d3a5f7e0c2b1d4a6f8e2c0b1d3a5f",
                "request_id": "wb_8f2a1c4e7b9d5a3f6e0c2b1d",
                "sufficient": null
              }
            }
          },
          "schema": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "input"
            ],
            "properties": {
              "input": {
                "type": "object",
                "required": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "properties": {
                  "body": {
                    "type": "object",
                    "required": [
                      "address"
                    ],
                    "properties": {
                      "token": {
                        "type": "string",
                        "description": "Token symbol (USDC/USDT/WETH/WBTC/DAI) or raw ERC-20 contract address. Omit for native balance."
                      },
                      "address": {
                        "type": "string",
                        "description": "EVM wallet address (0x-prefixed 40-hex)"
                      },
                      "network": {
                        "enum": [
                          "base",
                          "ethereum",
                          "arbitrum",
                          "optimism",
                          "polygon"
                        ],
                        "type": "string",
                        "description": "Chain to query. Defaults to Base mainnet."
                      },
                      "threshold": {
                        "type": "string",
                        "description": "Optional decimal amount or raw atomic units. If provided, response includes sufficient/deficient flag."
                      }
                    },
                    "additionalProperties": false
                  },
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "enum": [
                      "POST"
                    ],
                    "type": "string"
                  },
                  "bodyType": {
                    "enum": [
                      "json"
                    ],
                    "type": "string"
                  }
                }
              }
            }
          }
        }
      },
      "description": "Check any wallet balance across 5 EVM chains. Returns native or ERC-20 balance with threshold check, block height, and on-chain receipt. Supports Base, Ethereum, Arbitrum, Optimism, and Polygon.",
      "outputSchema": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "token": {
              "type": "string",
              "description": "Token symbol (USDC/USDT/WETH/WBTC/DAI) or raw ERC-20 contract address. Omit for native balance."
            },
            "address": {
              "type": "string",
              "required": true,
              "description": "EVM wallet address to query (0x-prefixed 40-hex)"
            },
            "network": {
              "enum": [
                "base",
                "ethereum",
                "arbitrum",
                "optimism",
                "polygon"
              ],
              "type": "string",
              "description": "Chain to query. Defaults to Base mainnet."
            },
            "threshold": {
              "type": "string",
              "description": "Optional decimal amount or raw atomic units. If provided, response includes sufficient/deficient flag."
            }
          }
        },
        "output": {
          "block": {
            "type": "string",
            "description": "Latest block number (hex) at query time"
          },
          "token": {
            "type": "object",
            "properties": {
              "kind": {
                "enum": [
                  "native",
                  "erc20"
                ],
                "type": "string"
              },
              "symbol": {
                "type": "string"
              },
              "address": {
                "type": "string"
              },
              "decimals": {
                "type": "integer"
              }
            }
          },
          "source": {
            "type": "string",
            "description": "RPC source and method used"
          },
          "address": {
            "type": "string"
          },
          "balance": {
            "type": "object",
            "properties": {
              "raw": {
                "type": "string"
              },
              "decimals": {
                "type": "integer"
              },
              "formatted": {
                "type": "string"
              }
            }
          },
          "deficit": {
            "type": "object",
            "description": "Shortfall if threshold not met"
          },
          "network": {
            "type": "string"
          },
          "chain_id": {
            "type": "integer"
          },
          "threshold": {
            "type": "object",
            "description": "Echoed back if provided in request"
          },
          "fetched_at": {
            "type": "string",
            "description": "ISO 8601 timestamp"
          },
          "receipt_tx": {
            "type": "string",
            "description": "Base mainnet x402 settlement tx hash"
          },
          "request_id": {
            "type": "string"
          },
          "sufficient": {
            "type": "boolean",
            "description": "true if balance >= threshold"
          }
        }
      },
      "maxAmountRequired": "20000",
      "maxTimeoutSeconds": 30
    }
  ],
  "x402Version": 1
}

Accepts

The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.

0.02USDC≈ $0.02 USD
on Base · exact scheme

Pay 0.02 USDC on Base to 0x1372…7eC0f. The signed payment is good for 30 seconds.

USD Coin contract
0x8335…02913
Payment window
30 seconds
As published
20000 smallest units
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0x1372C2140105Ff1DD77f148B8AD5bb976cc7eC0f",
    "amount": "20000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 30
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "token": "USDC",
          "address": "0xa2477E16dCB42E2AD80f03FE97D7F1a1646cd1c0",
          "network": "base"
        },
        "type": "http",
        "method": "POST",
        "bodyType": "json"
      },
      "output": {
        "type": "json",
        "example": {
          "block": "0x14a3b3c",
          "token": {
            "kind": "erc20",
            "symbol": "USDC",
            "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
            "decimals": 6
          },
          "source": "Base mainnet RPC · eth_call balanceOf(address)",
          "address": "0xa2477E16dCB42E2AD80f03FE97D7F1a1646cd1c0",
          "balance": {
            "raw": "1234567890",
            "decimals": 6,
            "formatted": "1234.56789"
          },
          "deficit": null,
          "network": "base",
          "chain_id": 8453,
          "threshold": null,
          "fetched_at": "2026-05-15T18:00:00Z",
          "receipt_tx": "0x9f4a2c8e6b1d3a5f7e0c2b1d4a6f8e2c0b1d3a5f7e0c2b1d4a6f8e2c0b1d3a5f",
          "request_id": "wb_8f2a1c4e7b9d5a3f6e0c2b1d",
          "sufficient": null
        }
      }
    },
    "schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "input"
      ],
      "properties": {
        "input": {
          "type": "object",
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "properties": {
            "body": {
              "type": "object",
              "required": [
                "address"
              ],
              "properties": {
                "token": {
                  "type": "string",
                  "description": "Token symbol (USDC/USDT/WETH/WBTC/DAI) or raw ERC-20 contract address. Omit for native balance."
                },
                "address": {
                  "type": "string",
                  "description": "EVM wallet address (0x-prefixed 40-hex)"
                },
                "network": {
                  "enum": [
                    "base",
                    "ethereum",
                    "arbitrum",
                    "optimism",
                    "polygon"
                  ],
                  "type": "string",
                  "description": "Chain to query. Defaults to Base mainnet."
                },
                "threshold": {
                  "type": "string",
                  "description": "Optional decimal amount or raw atomic units. If provided, response includes sufficient/deficient flag."
                }
              },
              "additionalProperties": false
            },
            "type": {
              "type": "string",
              "const": "http"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "bodyType": {
              "enum": [
                "json"
              ],
              "type": "string"
            }
          }
        }
      }
    }
  }
}

Provenance

Seen in the source catalog
2026-09-17 03:23Z
Last indexed by Roundhouse
2026-09-25 09:10Z
Last enriched (probe, favicon, geo)
2026-09-24 23:15Z
x402 version
2
Max timeout
30s
Liveness probe
HTTP 402
Report

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.

GET api.roundhouseai.io/v0/endpoints

This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 8 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service CorteX402 Wallet Balance and tell me whether it is
worth paying: what a call costs, whether the endpoint answered when last probed, and what
its payment record actually shows.

curl -s 'https://api.roundhouseai.io/v0/endpoints?q=CorteX402%20Wallet%20Balance'
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>'

Then call it: read the price from the live 402 at https://jtifhcvbgxqwlywugvjv.supabase.co/functions/v1/cortex402-wallet-balance, never from
a cached figure, and pay with an x402 client.

The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.