Skip to main content
The Explorer provides a public, unified view across all FlowGuard activity — vesting streams, recurring payments, airdrops, and treasury proposals.

Activity Feed

GET /api/explorer/activity
Returns a merged, time-sorted list of activity across all product types. Query parameters
ParameterValuesDescription
typevesting, payments, airdrops, treasuriesFilter to a single product type. Omit for all.
tokenBCH, FUNGIBLE_TOKEN, ALLFilter by asset type.
statusACTIVE, PENDING, COMPLETED, CANCELLEDFilter by status.
limit1–200 (default 50)Max records to return.
Response
{
  "streams": [
    {
      "id": "...",
      "stream_id": "#FG-STREAM-001",
      "sender": "bchtest:q...",
      "recipient": "bchtest:q...",
      "token_type": "BCH",
      "total_amount": 10.0,
      "vested_amount": 4.5,
      "progress_percentage": 45,
      "stream_type": "LINEAR",
      "status": "ACTIVE",
      "created_at": 1700000000,
      "activity_type": "STREAM"
    }
  ],
  "stats": {
    "totalVolume": 125000,
    "activeCount": 18,
    "completedCount": 7,
    "totalCount": 25
  }
}
Each row in streams includes an activity_type field set to STREAM, PAYMENT, AIRDROP, or TREASURY indicating the source product.
Comprehensive analytics (token breakdowns, TVL history, daily volume charts) are served by the Indexer service at /api/indexer/*.