Moondev: All Datastreams
Moondev via Parse · crypto_web3
One-shot aggregator collecting major public datastreams across MoonDev tabs (fees leaderboard, positions feed, Polymarket sweeps/expiring, stream config, clips check, data status). Optionally include address-focused PnL and filtered positions when an address is provided. Individual stream failures are captured in the errors object without failing the whole request. Unofficial API wrapper around MoonDev's public JSON endpoints for live crypto/address-related data: aggregated positions feed, PnL share stats, fees leaderboard, Polymarket sweeps/expiring markets, and live stream/clip polling metadata. Fulfilled by Parse from moondev.com.
- crypto-web3
- finance
- marketplace
- moondev
- moondev-com
- parse
- platform-key
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- crypto_web3
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/fc823bb7-01ea-4b22-b26c-dc8faacf37fc/all_datastreams
- Interface artifact
- sha256:7a96f9c5863033f967b09e76080332f37dc81f9547087713021be70a71597053
- Manifest digest
- sha256:9680e7c0ce6614c6e05d5fe156fee89d97302d21f5f6bc0d0529e15501052358
Request fields
- period (string): PnL period selector used when address is provided.: Allowed values: day, week, month, allTime, perpDay, perpWeek, perpMonth, perpAllTime
- address (string): Optional EVM address (0x + 40 hex) to also return PnL share view and address-filtered positions.
- per_page (integer): Items per page (reserved for future graveyard integration).
- min_value (integer): Minimum notional value filter (reserved for future graveyard integration).
- include_clips (boolean): Include clips_check stream.: Allowed values: true, false
- include_stream (boolean): Include stream_config stream.: Allowed values: true, false
- address_max_pages (integer): Max pages to scan for address liquidation matches (safety cap, max 50).
- include_positions (boolean): Include the positions_feed stream.: Allowed values: true, false
- include_polymarket (boolean): Include polymarket sweeps and expiring streams.: Allowed values: true, false
Example queries
- {"period":"day","per_page":"50","min_value":"25000","include_clips":"true","include_stream":"true","address_max_pages":"2","include_positions":"true","include_polymarket":"true"}