Tokenmetrics
Connector for the tokenmetrics API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.tokenmetrics.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
correlation— GET /v1/correlation — Correlationindices— GET /v1/indices — Indicesinvestorgrades— GET /v1/investor-grades — Investor Gradesmarketindicator— GET /v1/market-indicator — Market Indicatorprice— GET /v1/price — Pricepriceprediction— GET /v1/price-prediction — Price Prediction
Inputs
apiKey— your tokenmetrics 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: correlation
apiKey: <your key>