mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpeip155:196eip155:137

API request: /api/v1/developer/wallet/balances/history

API request: /api/v1/developer/wallet/balances/history

Do you run agents.allium.so? 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
10000 (raw units)
price
3
calls / 30d
1
unique payers
2026-08-30
updated

Provider

agents.allium.so · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x417e809f1edcf2468730573e16077221754f54c9",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 1788065992
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "FJcDsyBsj9xhbjncQKfgLGMRNCGXC3qDEWNfM8dQHzhG",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "10000",
    "maxTimeoutSeconds": 1788065992
  },
  {
    "scheme": "exact",
    "network": "eip155:196",
    "payTo": "0x61Fdbe66c1AEaF491b8e121C83070aa750DDCada",
    "asset": "0x74b7f16337b8972027f6196a17a631ac6de26d22",
    "amount": "10000",
    "maxTimeoutSeconds": 1788065992
  },
  {
    "scheme": "exact",
    "network": "eip155:137",
    "payTo": "0xF5B59aA4D23621B382Ac56465e2a78432CE768CA",
    "asset": "0x3c499c542cEF5E3811e1192ce70d8cc03d5c3359",
    "amount": "10000",
    "maxTimeoutSeconds": 1788065992
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "addresses": [
            {
              "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
              "chain": "ethereum"
            }
          ],
          "end_timestamp": "2025-06-17T00:00:00Z",
          "start_timestamp": "2025-06-01T00:00:00Z"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "items": [
            {
              "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
              "block_number": 20000000,
              "block_timestamp": "2025-06-17T00:00:00Z",
              "chain": "ethereum",
              "raw_balance": 1500000000000000000,
              "raw_balance_str": "1500000000000000000",
              "token": {
                "address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
                "chain": "ethereum",
                "decimals": 18,
                "info": {
                  "name": "Wrapped Ether",
                  "symbol": "WETH"
                },
                "object": "token",
                "type": "evm_erc20"
              }
            }
          ]
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "addresses": {
                  "items": {
                    "properties": {
                      "address": {
                        "description": "Wallet address",
                        "type": "string"
                      },
                      "chain": {
                        "description": "Blockchain network (e.g. ethereum, solana, base)",
                        "type": "string"
                      }
                    },
                    "required": [
                      "chain",
                      "address"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "end_timestamp": {
                  "description": "ISO 8601 timestamp",
                  "format": "date-time",
                  "type": "string"
                },
                "start_timestamp": {
                  "description": "ISO 8601 timestamp",
                  "format": "date-time",
                  "type": "string"
                }
              },
              "required": [
                "addresses",
                "start_timestamp",
                "end_timestamp"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "bodyType",
            "body",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://agents.allium.so/api/v1/developer/wallet/balances/history"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://agents.allium.so/api/v1/developer/wallet/balances/history");
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://agents.allium.so/api/v1/developer/wallet/balances/history")
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/4888.json, and this resource appears in /discovery/resources and /discovery/search.