spectrocoin.com
SpectroCoin is a cryptocurrency platform that offers wallet, exchange, payout, and merchant payment services. It provides tools for businesses and developers to integrate crypto payments and related account operations into their applications.
SpectroCoin exposes two public HTTP API surfaces for developers: a current public API at `https://spectrocoin.com/api` documented in its Developer Hub, and a legacy Merchant API with an OpenAPI spec mirrored by APIs.guru; both require SpectroCoin-issued credentials.
- SpectroCoin Merchant API (legacy)discovered
- SpectroCoin Public APIdiscovered
In the SpectroCoin Developer Hub guide, sign in to your SpectroCoin account, open the user menu, go to Settings → API, click Create API, choose scopes, optionally whitelist IPs, agree to the API usage terms, and create the API. Save both the API key/client ID and the Secret/client secret immediately; the secret is only shown once.
First create SpectroCoin API credentials using the Generating API keys guide. Then request a token from the Retrieve Access Token endpoint by POSTing form data with grant_type=client_credentials, client_id, and client_secret to https://spectrocoin.com/api/public/oauth/token. Use the returned token as Authorization: Bearer <access_token>.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing