# MYTOKEN API (Scoped LLM Context) ## Summary MYTOKEN API is read-only and snapshot-first. ## Endpoints - API root: https://www.mytoken.fyi/api/v1 - Health: https://www.mytoken.fyi/api/v1/health - Token snapshot: https://www.mytoken.fyi/api/v1/tokens/{slugOrMint} - Wallet snapshot: https://www.mytoken.fyi/api/v1/wallets/{wallet} - Detector snapshot: https://www.mytoken.fyi/api/v1/detector/{mintOrWallet} - Claimed state: https://www.mytoken.fyi/api/v1/claimed/{token} ## Contract and Docs - OpenAPI: https://www.mytoken.fyi/api/openapi.json - Developer docs: https://www.mytoken.fyi/developers - API catalog: https://www.mytoken.fyi/.well-known/api-catalog ## Auth and Limits - Public access available with low quota. - API key unlocks higher quota. - Observe rate-limit and Retry-After headers. ## Limitations - No public OAuth/OIDC discovery flow. - No public MCP server endpoint.