POST
/
mesh_request
curl --request POST \
  --url https://sequencer-v2.heurist.xyz/mesh_request \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "agent_id": "CoinGeckoTokenInfoAgent",
  "input": {
    "query": "Tell me about ethereum"
  }
}'
{
  "result": {}
}

The synchronous endpoint allows immediate interaction with AI agents and tools.

Base URL

https://sequencer-v2.heurist.xyz

Authentication

All requests require a Bearer token in the Authorization header.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
JSON payload for the mesh request
agent_id
enum<string>
default:CoinGeckoTokenInfoAgent
required

Identifier of the agent to use

Available options:
AaveAgent,
AlloraPricePredictionAgent,
BitquerySolanaTokenInfoAgent,
CarvOnchainDataAgent,
CoinGeckoTokenInfoAgent,
DeepResearchAgent,
DexScreenerTokenInfoAgent,
DuckDuckGoSearchAgent,
ElfaTwitterIntelligenceAgent,
ExaSearchAgent,
FirecrawlSearchAgent,
FundingRateAgent,
GoplusAnalysisAgent,
MasaTwitterSearchAgent,
MetaSleuthSolTokenWalletClusterAgent,
PumpFunTokenAgent,
SolWalletAgent,
ZerionWalletAnalysisAgent,
ZkIgniteAnalystAgent
input
object

Response

200
application/json
Successful response
result
object

Agent-specific response data