{
  "x402Version": 2,
  "id": 543,
  "slug": "543",
  "resource": "https://api.oblique.markets/api/v1/paid/token-flow-activity",
  "description": "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",
  "type": "http",
  "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
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.oblique.markets",
  "lastUpdated": "2026-09-14T06:49:29.74Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-14T06:49:29.599Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.oblique.markets",
    "manifest_name": "api.oblique.markets",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}