You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user I would need to use an API in GraphQL or RPC format allowing to retrieve the information from Blockscout (Postgresql database) required to draw the leader board page.
That API should retrieve the top X addresses (50 by default) sorted by:
The API will support the following optional parameters:
List of addresses. If it's given the calculation will be only be calculated over the list of addresses given. If it's not given the calculation will use all the database addresses.
Number of addresses: 50 by default.
Sort field (always DESC). Options: cGLD, cUSD, lockedup
Expected Behavior
As a user I would need to use an API in GraphQL or RPC format allowing to retrieve the information from Blockscout (Postgresql database) required to draw the leader board page.
That API should retrieve the top X addresses (50 by default) sorted by:
This calculation requires the usage of:
The API will support the following optional parameters:
This issue depends on
Current Behavior
This API doesn't exist so there is no a way to build a frontend/mobile app to show the leader board in an easy way.
The text was updated successfully, but these errors were encountered: