AI Agents
Wire autonomous agents into live market signals, whale flows, and sentiment in real time.
Every insight that powers Neurodex, the mobile app, and our Telegram bots is available programmatically. Build on top of the same intelligence layer.
We expose two ways to access our intelligence: a pay-per-request on-chain API that requires no accounts, and a traditional REST API with keys and quotas - coming soon.
Tap into the memory graph, signals, and prediction layers powering every Neurobro product.
Crypto today, with stocks and forex on the roadmap - one interface for every asset class.
Fresh market state, on-chain signals, and agent outputs with sub-second latency.
Our API is designed for developers shipping real products on top of financial intelligence.
Wire autonomous agents into live market signals, whale flows, and sentiment in real time.
Power internal or customer-facing dashboards with our curated, pre-processed market data.
Automate execution logic using our alerts, scoring, and structured analytics as inputs.
Query our knowledge base for structured context across tokens, narratives, and on-chain events.
Pick the model that matches your stack. Both resolve to the same underlying intelligence layer.
Pay-Per-Request Intelligence
An HTTP 402 implementation of our API. No sign-ups, no API keys - your client pays per request with USDC on Base and receives the response inline. Ideal for agents, ephemeral workloads, and on-chain automations.
Intelligence as a Service
A classic REST API with keys, quotas, and per-endpoint pricing. Designed for teams integrating our intelligence into production systems at scale.
Every API call resolves through the same pipeline that powers our consumer products.
Your client hits a Neurobro endpoint. For x402, payment is negotiated in the HTTP 402 round trip.
The request is routed through our intelligence layer - memory graph, specialized agents, and live data sources.
You get back structured JSON: signals, summaries, or raw data - ready to feed into your stack.
# Pay $1 USDC per call via x402. No API keys, no signup.
curl -X POST https://x402.neurobro.ai/api/v1/query \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <base64-encoded-payment>" \
-d '{"prompt": "What is the current Bitcoin price and market sentiment?"}'
# Response: structured JSON with analysis results
# See the cookbook for the full payment flow and Python SDK Experience AI for Finance
Explore Products →