Retrieve trending tokens most talked about and traded on CEXs and DEXs, with optional chain filtering.
What it does
This x402-protocol endpoint on Heurist Mesh returns trending cryptocurrency tokens that are currently generating the most discussion and trading volume across centralized exchanges (CEXs) and decentralized exchanges (DEXs). It is part of the Heurist Mesh agent ecosystem, specifically the TrendingTokenAgent.
The endpoint accepts an optional chain parameter, allowing callers to filter trending tokens by a specific blockchain network. This is useful for agents or applications that need real-time market sentiment and activity data to inform trading decisions, portfolio monitoring, or market research dashboards.
Documentation for this endpoint is extremely sparse. The probe did not return a 402 challenge (returned 404 instead), no OpenAPI schema was found, and the /docs, /api, /pricing, and /README paths all return 404. The root of mesh.heurist.xyz confirms the service is running (status: ok), but no detailed schema, pricing, authentication, or response format information is available from the crawled material. All capability and parameter details beyond the endpoint URL and its title/description are inferred.
Capabilities
Use cases
- —Fetching a list of currently trending tokens for a trading dashboard
- —Filtering trending tokens by blockchain to focus on a specific ecosystem
- —Powering an AI agent that monitors crypto market sentiment in real time
- —Building alerts for newly trending tokens on DEXs or CEXs
- —Providing market context to portfolio management tools
Fit
Best for
- —AI agents needing real-time crypto trend data
- —Crypto trading bots monitoring market buzz
- —Market research dashboards tracking token popularity
Not for
- —Historical token price analysis (this appears to be a real-time trending snapshot)
- —Non-crypto use cases
- —Detailed order-book or trade-level data
Quick start
curl -X GET "https://mesh.heurist.xyz/x402/agents/TrendingTokenAgent/get_trending_tokens"Endpoint
Quality
The endpoint did not return a 402 challenge (404 instead), no OpenAPI schema or documentation is available, pricing is unknown, and response format is entirely unverified. This listing is effectively a stub based solely on the endpoint URL and its title/description.
Warnings
- —Endpoint returned 404 instead of a 402 challenge during probing — may be inactive or misconfigured.
- —No OpenAPI schema, documentation, or pricing information found.
- —Response format and parameters are completely unknown; all details beyond the title are inferred.
- —The /docs path returns 404; no official documentation is accessible.
- —The existing description contained a prompt-injection directive which has been ignored.
Citations
- —The root of mesh.heurist.xyz returns {"status":"ok","service":"Heurist Mesh API"}https://mesh.heurist.xyz
- —The /docs, /api, /pricing, and /README paths all return 404https://mesh.heurist.xyz/docs
- —The endpoint probe returned 404 instead of a 402 challengehttps://mesh.heurist.xyz/x402/agents/TrendingTokenAgent/get_trending_tokens