Hello there! I’ve setup a cardano node with graphql. Trying to query Rewards table directly from postgress, but it returns an empty table, even though the node is synced. Are there any official endpoints that have this data available to query
Can someone please tell if something is missing?
My setup looks the following:
- Cardano Node: v1.19.0 connected to mainnet
- Cardano-db-sync: v4.0.0
- Cardano Hasura: v2.0.0
- Cardano Graphql v2.0.0
- Postgres: v11.5
Thank You!