Spectrocoin
Connector for the spectrocoin API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://spectrocoin.com/api/merchant/1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
createorder— POST /api/createOrder — Create merchant order
Inputs
apiKey— your spectrocoin API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: createorder
apiKey: <your key>