# Emblem Vault Unified Wallet Info

> Emblem Vault Unified Wallet Info is a paid API for AI agents from emblemvault.ai, paid per call via x402, $0.0012/call, status unknown (last checked 2026-09-15).

Retrieves connected wallet and vault information across all blockchain networks for an authenticated Emblem Vault user

## Facts

- Endpoint: POST https://emblemvault.ai/api/tools/execute/unified/wallet
- Price: $0.0012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/emblem-vault-unified-wallet-info-14f0462c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ll4L-MBbnjPpgzL9Z21wN

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 emblem-vault-unified-wallet-info-14f0462c -d '<json body>'
```

Example prompt: Pull up all my Emblem Vault wallet and vault info across every network — I'll authenticate with my Emblem JWT token.

## When to prefer this

Use this endpoint when you need a unified view of all wallets and vaults connected to an Emblem Vault account across multiple blockchain networks. Prefer this over chain-specific wallet lookups when you need a holistic multi-chain snapshot of vault state in a single call.

## Known failure modes

- Missing or invalid apiKey and emblemJwt returns authentication error
- Expired or revoked JWT causes authorization failure
- No vault found for the given credentials returns empty or 404 response
- Network timeout if blockchain node queries take too long
- Rate limiting if the endpoint is called too frequently

## How this service works

Get the connected wallet and vault info across all networks

## Output

Returns connected wallet addresses and vault metadata across all supported blockchain networks for the authenticated Emblem Vault user, including network-specific vault details and wallet state.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "apiKey": {
   "type": "string",
   "description": "Vault API key — provide apiKey or emblemJwt for wallet/vault access"
  },
  "emblemJwt": {
   "type": "string",
   "description": "Emblem Vault JWT — provide emblemJwt or apiKey for wallet/vault access"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/emblem-vault-unified-wallet-info-14f0462c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from emblemvault.ai](https://www.zero.xyz/host/emblemvault.ai/llms.txt)
