# Blackbird API – My Member Profile

> Blackbird API – My Member Profile is a paid API for AI agents from the-stables-blackbird-api.vercel.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Retrieve the authenticated user's Blackbird member profile, including identity and wallet details, via x402 micropayment or member JWT.

## Facts

- Endpoint: GET https://the-stables-blackbird-api.vercel.app/api/users/me
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbird-api-my-member-profile-957fca4e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i03S3fK5QgieL5oFst7YD

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 blackbird-api-my-member-profile-957fca4e
```

Example prompt: Pull up my Blackbird member profile — I want to see my identity and account details linked to my wallet.

## When to prefer this

Use this endpoint when you need to fetch the currently authenticated user's own Blackbird member profile — their identity, wallet linkage, and account metadata. Prefer this over restaurant-specific membership endpoints (which return per-restaurant check-in counts and tiers) when you need top-level identity data rather than dining history at a specific venue.

## Known failure modes

- 401 Unauthorized – no valid x402 payment, SIWX signature, or member JWT provided
- 402 Payment Required – first call requires x402 micropayment of $0.005 USDC
- 403 Forbidden – JWT or wallet not recognized as a valid Blackbird identity
- 404 Not Found – no Blackbird profile exists for the authenticated identity
- 500 Internal Server Error – upstream Blackbird service unavailable

## How this service works

Your Blackbird member profile. Requires a Blackbird identity: link your agent wallet once at /connect, then call with x402 + SIWX (first call pays, later SIWX-signed calls are free); or pass a member JWT in the X-Blackbird-Token header.

## Output

Returns the authenticated Blackbird member's profile object, including identity fields, wallet address, membership metadata, and account status associated with the linked agent wallet or member JWT.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbird-api-my-member-profile-957fca4e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stables-blackbird-api.vercel.app](https://www.zero.xyz/host/the-stables-blackbird-api.vercel.app/llms.txt)
