Substreams WebSockets service — stream decoded blocks, swaps & transfers in real time.
    Read-only preview
    You're browsing the public WebSockets reference. Sign in to open a live stream with your team's API key.
    Streams

    /streams

    List configured streamsJSON array of every configured Substreams source: (network, package_name, package_version, module_hash, manifest, module, description, tables).

    GET
    https://ws.pinax.network/streams
    Try it

    Responses

    StatusContent-TypeDescription
    200application/jsonStream list

    Response body

    200 application/json
    [
      {
        "network": "solana-mainnet",
        "module": "db_out",
        "manifest": "https://spkg.io/svm-dex-v0.5.1.spkg",
        "module_hash": "bd388f2e39f5dcc237cfbdb8d6c96d9e5678c797",
        "package_name": "svm_dex",
        "package_version": "v0.5.1",
        "tables": [
          "swaps"
        ]
      }
    ]