astraly-labs / pragma-node

MIT License
2 stars 1 forks source link

dev: add endpoints for on-chain data #38

Closed EvolveArt closed 1 month ago

EvolveArt commented 3 months ago

Current Behavior

The current /data endpoints return the data from the offchain DB which is filled by the kafka consumer service. There is no endpoint to fetch we have from on-chain data.

Expected Behavior

We want to add a new /onchain base route that returns the data from the onchain DB. This DB is currently hosted internally and filled through the indexer service.

akhercha commented 3 months ago

Checking this 👀