POST
/
mesh_request
cURL
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:
AIXBTProjectInfoAgent,
ArkhamIntelligenceAgent,
BitquerySolanaTokenInfoAgent,
CarvOnchainDataAgent,
CoinGeckoTokenInfoAgent,
CookieProjectInfoAgent,
DexScreenerTokenInfoAgent,
ElfaTwitterIntelligenceAgent,
EtherscanAgent,
ExaSearchAgent,
FirecrawlSearchAgent,
FundingRateAgent,
GoplusAnalysisAgent,
MoniTwitterInsightAgent,
PondWalletAnalysisAgent,
PumpFunTokenAgent,
SolWalletAgent,
SpaceTimeAgent,
TruthSocialAgent,
TwitterInfoAgent,
UnifaiMeteoraInfoAgent,
UnifaiTokenAnalysisAgent,
UnifaiWeb3NewsAgent,
ZerionWalletAnalysisAgent
input
object

Response

Successful response

result
object

Agent-specific response data