Learn more about the Token Custody API
Use this API to register tokens, fetch token details, and manage subscriptions.
Base URL: https://api.testmachine.ai/v1
https://api.testmachine.ai/v1
Authentication: Send your API key in the X-API-Key header.
X-API-Key
GET /health does not require auth.
GET /health
Endpoints:
GET /health — Gateway health status. Optional services=true|false.
services=true|false
POST /tokens — Register a token for monitoring and analysis.
POST /tokens
POST /tokens/subscribe — Subscribe to a token. Token must already exist.
POST /tokens/subscribe
GET /tokens/{network}/{address} — Aggregated token details. Optional contract, price.
GET /tokens/{network}/{address}
contract
price
Browse endpoints: Tokens
Browse schemas: Models
Last updated 1 month ago