Use when an agent needs recent Solana token-flow activity for one wallet or token mint wit
Use when an agent needs recent Solana token-flow activity for one wallet or token mint without an indexer account: which tokens moved, in which direction, with whom, and whether a public DEX program was involved. Returns normalized per-transaction flows (mint, owner, signed delta, decimals), counterparties, an activity read (transfer, swap, mint_burn), program labels, block time and slot, RPC provenance, freshness and a receipt with repeat-payer evidence. $0.02 per call via x402 on Solana or Bas
20000 (raw units)
price
5
calls / 30d
2
unique payers
2026-09-14
updated
Provider
api.oblique.markets · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x970007590aCC5C938cd51345B17AF51B1B40D3Ab",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "GYyTRmt317JafPHXPnM54Fsvsma5GnS9wm6qGMqaykdS",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "20000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"address": "Solana wallet owner or …"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"activity": [
{
"activity_type": "transfer",
"block_time": "2026-09-06T14:15:42.000Z",
"block_time_unix": 1788766542,
"counterparties": [
"7uTT8Xi5RWXzy7h9XL244GR…"
],
"fee_lamports": 5000,
"fee_payer": "FHpcNSe6tb2n15bAdq4BkeY…",
"flows": [
{
"decimals": 6,
"delta": -5,
"delta_atomic": "-5000000",
"direction": "out",
"is_subject": true,
"mint": "EPjFWdd5AufqSSqeM2qN1xz…",
"owner": "Civ6KVQdBMnHHy4ViXGLRmM…",
"symbol": "USDC",
"token_account": "EMrJf5kf5jhBLvghNemar19…",
"token_program": "spl-token"
}
],
"programs": [
"associated-token-account"
],
"provenance": {
"cached": false,
"commitment": "finalized",
"host": "solana-rpc.publicnode.c…",
"method": "getTransaction",
"source": "solana-public-rpc"
},
"signature": "2s4yjhs99Xd93KnbqDVb4Uq…",
"slot": 445009885,
"status": "success"
}
],
"chain": "solana:5eykt4UsFv8P8NJd…",
"cursor": {
"before": "2s4yjhs99Xd93KnbqDVb4Uq…"
},
"filters": {
"activity": "any",
"direction": "any",
"mint": null
},
"freshness": {
"cache": "miss",
"cached_at": "2026-09-07T12:00:01.000Z",
"served_at": "2026-09-07T12:00:01.000Z",
"slot_at_fetch": 445010012,
"ttl_seconds": 120
},
"partial": false,
"receipt": {
"is_repeat_payer": false,
"payer": "AisyQi7zL7cR3q6sftsv7aV…",
"payment_network": "solana:5eykt4UsFv8P8NJd…",
"prior_calls": 0,
"request_hash": "3f2a9c1e0b7d4c6a8e5f1d2…",
"rpc_calls": 4,
"sku": "token-flow-activity",
"transactions_from_cache": 0,
"upstreams": [
"solana-rpc.publicnode.c…"
]
},
"returned": 1,
"scanned": 3,
"subject": {
"address": "Civ6KVQdBMnHHy4ViXGLRmM…",
"kind": "wallet"
},
"window": {
"hours": 24,
"since": "2026-09-06T12:00:00.000Z",
"until": "2026-09-07T12:00:00.000Z"
}
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"activity": {
"enum": [
"any",
"transfer",
"swap",
"mint_burn"
],
"type": "string"
},
"address": {
"type": "string"
},
"before": {
"type": "string"
},
"direction": {
"enum": [
"any",
"in",
"out"
],
"type": "string"
},
"limit": {
"type": "integer"
},
"mint": {
"type": "string"
},
"window_hours": {
"type": "integer"
}
},
"required": [
"address"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"activity": {
"items": {
"type": "object"
},
"type": "array"
},
"chain": {
"type": "string"
},
"cursor": {
"type": "object"
},
"filters": {
"type": "object"
},
"freshness": {
"type": "object"
},
"partial": {
"type": "boolean"
},
"receipt": {
"type": "object"
},
"returned": {
"type": "integer"
},
"scanned": {
"type": "integer"
},
"subject": {
"type": "object"
},
"window": {
"type": "object"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://api.oblique.markets/api/v1/paid/token-flow-activity" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://api.oblique.markets/api/v1/paid/token-flow-activity");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://api.oblique.markets/api/v1/paid/token-flow-activity")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/543.json, and this resource appears in /discovery/resources and /discovery/search.