wormhole-explorer/jobs
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
..
cmd Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00
config Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00
internal/coingecko Add definitions to token dictionary (#292) 2023-05-08 17:51:18 -03:00
jobs Add definitions to token dictionary (#292) 2023-05-08 17:51:18 -03:00
.gitignore Add 24h volume to scorecards (#274) 2023-05-04 20:17:03 -03:00
Dockerfile Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00
Makefile Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00
README.md Add notional asset lookup (#239) 2023-04-18 12:09:31 -03:00
go.mod New endpoint: top chain pairs by number of transfers (#307) 2023-05-12 13:05:18 -03:00
go.sum New endpoint: top chain pairs by number of transfers (#307) 2023-05-12 13:05:18 -03:00

README.md

Jobs

This component contains the jobs to be scheduler.