OnlyDoge Developer Resources
OnlyDoge Platform API documentation, OpenAPI specification, authentication and agent integration guidance.
OnlyDoge Platform API
The OnlyDoge Platform API provides Dogecoin explorer and analytics reads at https://platform.onlydoge.io. Use the live API reference and OpenAPI 3.1 specification for exact paths, parameters, limits and response schemas. The specification is maintained by the Platform; the links below point to its authoritative version.
Authentication
Protected /v1 endpoints require an API token in the x-api-token request header. Ask your Platform administrator to provision access. POST /v1/keys/ requires an admin key once the initial key exists; it is not an open production signup endpoint. Tokens are returned once when created. Keep them on your server, never in browser code, public URLs or committed files.
For an authorized read, send GET https://platform.onlydoge.io/v1/explorer/blocks?limit=1 with x-api-token: YOUR_API_TOKEN and Accept: application/json. Replace the placeholder only in your private runtime. Follow the live specification for pagination, validation errors and other explorer endpoints. This documentation does not create an API key or change permissions.
Agents and supported integrations
Use the website for public explorer views and the authenticated Platform API for structured records. The website's /api/chat endpoint is the protected browser chat transport, not a public agent API. No public MCP server is advertised by this application. Discover agent guidance at /llms.txt, and request these documentation pages with Accept: text/markdown or use their .md links.