EOSIO-specific websocket interface, REST interface, Push guarantee
instrumented /v1/chain/push_transaction
endpoint, and pass-through
to statedb.
The features herein are scheduled to be migrated to separate REST service, push-guarantee service, some are to be moved to a better unified GraphQL interface. The Websocket interface is to be carried over to the GraphQL subscriptions eventually.
New things are not to be built on this project.
You can view rendered documentation for the REST and Websocket endpoints here:
- Websocket messages: https://docs.dfuse.io/reference/eosio/websocket/
- See REST API under https://docs.dfuse.io/reference/eosio/rest/
This service provides REST endpoints for:
- transaction push guarantee
- paginated search
- websocket streaming services
- pass-through to
nodeos
nodes - pass-through to reach StateDB (historical state database)