XLabs / wormscan-ui

5 stars 3 forks source link

W token Page #767

Open SamantaCasal opened 1 month ago

SamantaCasal commented 1 month ago

Description

Apply the design https://www.figma.com/design/6KPmHRV0RqVWZKYC8J3B4W/Wormhole-Scan-Client-Delivery?node-id=5673-21859&t=UZqDdssZ9rMr7gPe-4.

Endpoints:

curl --request GET \
  --url 'http://api.staging.wormscan.io/api/v1/native-token-transfer/summary?symbol=W' \
  --header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X x.y; rv:42.0) Gecko/20100101 Firefox/42.0'

curl --request GET \
  --url 'http://api.staging.wormscan.io/api/v1/native-token-transfer/activity?symbol=W&by=tx' \
  --header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X x.y; rv:42.0) Gecko/20100101 Firefox/42.0'

curl --request GET \
  --url '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' \
  --header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X x.y; rv:42.0) Gecko/20100101 Firefox/42.0'

curl --request GET \
  --url 'http://api.staging.wormscan.io/api/v1/native-token-transfer/top-address?symbol=W&by=tx' \
  --header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X x.y; rv:42.0) Gecko/20100101 Firefox/42.0'

 query param by soporta los valores: tx o notional

Top Holders: https://api.staging.wormscan.io/api/v1/native-token-transfer/top-holder?symbol=W 
SamantaCasal commented 2 weeks ago

Endpoints: