wormhole-explorer/api/routes/wormscan
agodnic c25ebcb6fc
New endpoint: top chain pairs by number of transfers (#307)
### Summary

Tracking issue: https://github.com/wormhole-foundation/wormhole-explorer/issues/275

This pull request implements the endpoint `GET /api/v1/top-chain-pairs-by-num-transfers`, which returns the chain pairs that have the most transfers.Internally, the endpoint uses data summarized daily to speed up query execution times.

This endpoint has a mandatory query parameter named timerange, which must be set to `7d`, `15d` or `30d`.
2023-05-12 13:05:18 -03:00
..
address Add route `GET /api/v1/address/{address}` (#228) 2023-04-12 15:51:33 -03:00
governor [API] Fix governor endpoints (#202) 2023-03-22 13:41:11 -03:00
infrastructure add make to docker 2023-02-05 09:52:56 -03:00
observations [API] Several fixes related to pagination (#144) 2023-02-09 14:28:39 -03:00
transactions New endpoint: top chain pairs by number of transfers (#307) 2023-05-12 13:05:18 -03:00
vaa [API] Accept additional address formats (#170) 2023-02-28 17:50:23 -03:00
routes.go New endpoint: top chain pairs by number of transfers (#307) 2023-05-12 13:05:18 -03:00