wormhole-foundation / wormhole-explorer

We could have named this super-parakeet. Tweet tweet.
Other
30 stars 27 forks source link

New endpoint for W token Dashboard #1621

Closed SamantaCasal closed 1 week ago

SamantaCasal commented 3 weeks ago

Description

The task is to create the endpoints needed to obtain the same information that is currently found at https://grafana.ops.xlabs.xyz/d/adpdfzq9tdloga/ntt-monitoring?orgId=1 These endpoints will be used in wormholescan to display the information on the W token Dashboard page https://www.figma.com/design/6KPmHRV0RqVWZKYC8J3B4W/Wormhole-Scan-Client-Delivery?node-id=5673-21410&t=t4awehHsr2KnhHSU-4

Here https://www.notion.so/wormholefoundation/40ffa064dacd45568bd458299c13a264?v=90faa14311bc4670b303e6e27217be9a you can see the contracts that have been deployed in prod to take into account.

SamantaCasal commented 2 weeks ago

OK! Summary Metrics -> http://api.staging.wormscan.io/api/v1/native-token-transfer/summary?symbol=W Transfer by Chain -> https://api.staging.wormscan.io/api/v1/native-token-transfer/activity?symbol=W&by=tx Volume by Chain -> https://api.staging.wormscan.io/api/v1/native-token-transfer/activity?symbol=W&by=notional Cross-Chain by Transactions -> http://api.staging.wormscan.io/api/v1/native-token-transfer/transfer-by-time?symbol=W&from=2024-01-01T00%3A00%3A00Z&to=2024-08-08T00%3A00%3A00Z&timeSpan=1mo&by=tx Cross-Chain by Volume -> http://api.staging.wormscan.io/api/v1/native-token-transfer/transfer-by-time?symbol=W&from=2024-01-01T00%3A00%3A00Z&to=2024-08-08T00%3A00%3A00Z&timeSpan=1mo&by=notional Top Holders -> https://api.staging.wormscan.io/api/v1/native-token-transfer/top-holder?symbol=W Top Address by Transactions -> http://api.staging.wormscan.io/api/v1/native-token-transfer/top-address?symbol=W&by=tx Top Address by Volume -> http://api.staging.wormscan.io/api/v1/native-token-transfer/top-address?symbol=W&by=notional