moralis-streams-api

Installation
SKILL.md

CRITICAL: Read Rule Files Before Implementing

The #1 cause of Streams bugs is mixing up stream families or request shapes.

For EVERY endpoint:

  1. Read rules/{EndpointName}.md
  2. Confirm the family first:
    • EVM: /streams/evm
    • Solana: /streams/solana
    • Bitcoin: /streams/bitcoin
    • Utilities: /history, /historical-jobs, /settings, /stats
  3. Check the HTTP method carefully (PUT create, POST update/status/replay, DELETE delete)
  4. Verify stream IDs are UUIDs, not hashes or addresses
  5. Use the correct config shape for that family:
    • EVM: chainIds, topic0, abi, advancedOptions
    • Solana: network, programIds, mintAddresses, allAddresses
    • Bitcoin: network, includeInputs, includeOutputs, allAddresses, xpub
Installs
34
GitHub Stars
1
First Seen
May 12, 2026
moralis-streams-api — novnski/onchain-skills