Mirroring https://github.com/jup-ag/token-list
|
|
1 gadu atpakaļ | |
|---|---|---|
| .github | 1 gadu atpakaļ | |
| src | 1 gadu atpakaļ | |
| .gitignore | 2 gadi atpakaļ | |
| .mocharc.json | 1 gadu atpakaļ | |
| README-developers.md | 2 gadi atpakaļ | |
| README.md | 1 gadu atpakaļ | |
| banned-tokens.csv | 1 gadu atpakaļ | |
| package.json | 1 gadu atpakaļ | |
| pull_request_template.md | 1 gadu atpakaļ | |
| tsconfig.json | 1 gadu atpakaļ | |
| validated-tokens.csv | 1 gadu atpakaļ | |
| yarn.lock | 1 gadu atpakaļ |
Hello curious one -- you found the tech README! 🥷 The Token List API consists of the "Strict" list and "All" list. The Strict list is currently made up of tokens from the original solana token list registry, community validated tokens, and wormhole tokens. We also add metadata tags on all tokens from partner APIs.
Everything that feeds the API can be found in this repo, so you know exactly how it's made and what token data is entering the API.
banned-tokens.csv
validated-tokens.csv
src
|-- partners
| |-- data
| |-- scripts
|-- main.ts
validated-tokens.csv: Consists original Solana token registry and community validated tokens. Jupiter's API crawls this list, and updates to this file via community PRs will be reflected in the API response.src/partners/data/wormhole.csv: Wormhole tokens. An update is crawled via src/partners/scripts/get-wormhole/ts every week, and any changes will be made via a PR to this repo.src/partners/data/solana-fm.csv: We add metadata of tokens from solana fm that are "verified:true". An update is crawled via src/partners/scripts/get-solana-fm/ts every week, and any changes will be made via a PR to this repo.