Streams
/streams
List configured streams — JSON array of every configured Substreams source: (network, package_name, package_version, module_hash, manifest, module, description, tables).
Responses
| Status | Content-Type | Description |
|---|---|---|
200 | application/json | Stream 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" ] } ]