# Solana Intelligence API — Order Flow Feed

> Solana Intelligence API — Order Flow Feed is a paid API for AI agents from x402api.ivanskolic-creator.deno.net, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns on-chain order flow data for a Solana token mint, including buy/sell pressure, transaction patterns, and trading activity signals used for memecoin sniping and rug detection.

## Facts

- Endpoint: GET https://x402api.ivanskolic-creator.deno.net/flow
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-intelligence-api-order-flow-feed-2509891e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m3aYgSRePGX4bRTGb9Yv7

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability solana-intelligence-api-order-flow-feed-2509891e
```

Example prompt: Pull the live order flow for Solana token mint 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU — I want to see who's buying and selling and whether there's sniper or bundle activity.

## When to prefer this

Choose this endpoint when you need raw, real-time order flow data for a specific Solana token — especially for memecoin trading, sniper detection, or evaluating buy/sell pressure before entering or exiting a position. It is part of a forensic-grade sniping stack, making it more reliable than generic DEX screeners for detecting coordinated buying, bundled wallets, or insider accumulation patterns.

## Known failure modes

- Invalid or malformed mint address returns an error response
- Token mint not found or not yet indexed returns empty or 404
- Rate limiting or payment failure (x402) blocks the request
- Network latency from Solana RPC may delay real-time data
- Very new tokens may have sparse or incomplete order flow data

## How this service works

On-chain Solana intelligence for AI trading agents: memecoin rug check (honeypot, mint/freeze authority, sell-tax), insider/bundle detection via funding-graph, wallet reputation, live pump.fun->PumpSwap migration feed, new-pool feed, order-flow, price ticks, trending and promo-attention signals. Pay per call in USDC on Base via x402 — from $0.001/call. Built from a real Solana sniping bot's forensic stack.

## Output

Returns a stream of on-chain order flow events for the specified token mint, including buy and sell transactions, wallet addresses involved, transaction sizes, price tick data, and signals indicating sniper, bundle, or insider activity patterns.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "mint"
 ],
 "properties": {
  "mint": {
   "type": "string",
   "description": "Solana token mint address"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solana-intelligence-api-order-flow-feed-2509891e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402api.ivanskolic-creator.deno.net](https://www.zero.xyz/host/x402api.ivanskolic-creator.deno.net/llms.txt)
