# dfuse for WAX dApps
dfuse (opens new window) is a powerful suite of APIs for WAX dApp Developers. The dfuse platform allows you to easily execute searches, stream real-time data, and push transactions to the WAX Blockchain.
# What's Included
- dfuse Search (opens new window) - Search by actions, accounts, and more with real-time indexing.
- eosq (opens new window) - High-precision block explorer with the greatest level of details.
- All API services to meet your needs:
# Endpoints
You can use the following URLs to connect to dfuse APIs:
dfuse Product | WAX Endpoint |
---|---|
WebSocket (opens new window) | wss://wax.dfuse.eosnation.io/v1/stream |
REST (opens new window) | https://wax.dfuse.eosnation.io/ |
GraphQL (opens new window) | https://wax.dfuse.eosnation.io/graphql |
Refer to WAX API Endpoints (opens new window) for more information.
# Resources
To learn more about dfuse:
- dfuse API Documentation (opens new window)
- dfuse/WAX Getting Started Guides (opens new window)
- Download samples in React, Node.js, and more (opens new window)