terminalTestMachine Token Custody API

Learn more about the Token Custody API

Use this API to register tokens, fetch token details, and manage subscriptions.

Specs overview

  • Base URL: https://api.testmachine.ai/v1

  • Authentication: Send your API key in the X-API-Key header.

    • GET /health does not require auth.

  • Endpoints:

    • GET /health — Gateway health status. Optional services=true|false.

    • POST /tokens — Register a token for monitoring and analysis.

    • POST /tokens/subscribe — Subscribe to a token. Token must already exist.

    • GET /tokens/{network}/{address} — Aggregated token details. Optional contract, price.

API specs

Last updated