# MYTOKEN Skill: API Lookup

## Use This Skill For
- Programmatic token/wallet/detector/claimed-state retrieval
- Read-only integrations with stable JSON envelopes

## Canonical Endpoints
- `GET /api/v1/health`
- `GET /api/v1/tokens/{slugOrMint}`
- `GET /api/v1/wallets/{wallet}`
- `GET /api/v1/detector/{mintOrWallet}`
- `GET /api/v1/claimed/{token}`

## Rate-Limit Handling
- Read `X-RateLimit-*` headers.
- Honor `Retry-After` on 429.
- Use exponential backoff on transient failures.
