# Starchild Relay – DeBank User Total Balance

> Starchild Relay – DeBank User Total Balance is a paid API for AI agents from 5108-data-api-proxy.community.iamstarchild.com, paid per call via x402, $0.00001/call, status unknown (last checked 2026-09-16).

Returns the total portfolio balance across all chains for a given EVM wallet address via the DeBank API, accessed through a micropayment-gated proxy.

## Facts

- Endpoint: POST https://5108-data-api-proxy.community.iamstarchild.com/debank/v1/user/total_balance
- Price: $0.00001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/starchild-relay-debank-user-total-balance-57cd77de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vIyewEvSnteIrBe7ueOk_

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability starchild-relay-debank-user-total-balance-57cd77de -d '<json body>'
```

Example prompt: What's the total portfolio balance across all chains for the wallet 0x742d35Cc6634C0532925a3b8D4C9B7E5f1a2b3c4?

## When to prefer this

Choose this endpoint when you need a quick, single-call aggregated USD net worth for any EVM wallet across all major chains, leveraging DeBank's comprehensive multi-chain indexing — especially useful when you don't want to manage multiple chain-specific RPC calls or token price lookups yourself. Prefer this over raw RPC calls when cross-chain aggregation and USD valuation are needed in one response.

## Known failure modes

- Invalid or malformed EVM wallet address returns an error or empty result
- Unauthenticated request (missing X-PAYMENT header) returns a 402 Payment Required challenge
- Wallet with no on-chain history may return a zero balance
- DeBank upstream API downtime causes proxy to return an error
- Incorrect payment signature results in access denial

## How this service works

All-in-one reputable data source for AI agents and developers. Crypto spot/OHLC, derivatives funding rates, open interest, liquidations, forex, commodities, indices, social sentiment, DeFi protocols, and more — 17+ upstream data sources behind a single x402 paywall.

Usage: Send requests to any proxied path (e.g. GET /coingecko/api/v3/...). Unauthenticated requests receive a 402 challenge with payment instructions. Include X-PAYMENT header with a valid signature to access data.

## Output

Returns the aggregated total balance (in USD) of all tokens and assets held by the specified EVM wallet address across all supported blockchain networks, sourced from DeBank's multi-chain balance API.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {
   "type": "string",
   "description": "EVM wallet address"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/starchild-relay-debank-user-total-balance-57cd77de/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 5108-data-api-proxy.community.iamstarchild.com](https://www.zero.xyz/host/5108-data-api-proxy.community.iamstarchild.com/llms.txt)
