# Bankr Wallet Profile

> Bankr Wallet Profile is a free API for AI agents from api.bankr.bot, Free, status unknown (last checked 2026-09-15).

Retrieves the authenticated caller's wallet info, social profile links, and Bankr Club membership status.

## Facts

- Endpoint: GET https://api.bankr.bot/wallet/me
- Price: Free
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bankr-674ebb89
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_f6XMlf-zriaxWhbbeItNd

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 bankr-674ebb89
```

Example prompt: Pull up my Bankr profile — I want to see my wallet info, any social accounts linked, and whether I have Bankr Club status.

## When to prefer this

Use this endpoint when you need to fetch the current authenticated user's own Bankr profile including wallet identity, social linkages, and Bankr Club membership — not for looking up other users' wallets or checking token balances (use the balances endpoint instead).

## Known failure modes

- Missing or invalid x402 payment credential returns 402 Payment Required
- Unauthenticated request returns 401 Unauthorized
- Wallet not registered with Bankr returns 404 Not Found
- Service downtime returns 503 or 500 error

## How this service works

Wallet info, socials, and Bankr Club status.

## Output

Returns the caller's wallet address details, associated social profile links (e.g. Twitter/X handle), and Bankr Club membership status indicating whether the wallet is a club member.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bankr-674ebb89/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.bankr.bot](https://www.zero.xyz/host/api.bankr.bot/llms.txt)
