S

SpectroCoin Public API

REST discovered

Details
URL
https://spectrocoin.com/api
Docs
https://docs.spectrocoin.com/reference/api-reference
Authentication
SpectroCoin API client credentials (API key/client ID and secret/client secret) client_id=<credential> + SpectroCoin API client credentials (API key/client ID and secret/client secret) client_secret=<credential> discovered
SpectroCoin API client credentials (API key/client ID and secret/client secret) compound Get key ↗

In the SpectroCoin Developer Hub guide, sign in to your SpectroCoin account, open the user menu, go to SettingsAPI, 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.

SpectroCoin OAuth access token bearer discovered Get token ↗
Authorization: Bearer <credential>

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>.