Add evm token-info command for token metadata and pricing#35
Merged
Conversation
Member
ivpusic
commented
Mar 12, 2026
- GET /v1/evm/token-info/{address} with --chain-ids (required), --historical-prices, --limit, --offset
- Key-value text output: chain, symbol, name, decimals, price, total supply, market cap, logo, historical prices
- Full OpenAPI spec coverage, reuses historicalPrice from balances.go
- 6 E2E tests: native text/JSON, ERC20, historical prices text/JSON, required flag validation
This was referenced Mar 12, 2026
Merged
Merged
Merged
Merged
Merged
Merged
Member
Author
This was referenced Mar 12, 2026
PR SummaryLow Risk Overview Supports both raw JSON output and a new key/value text view (including historical price offsets, market cap, supply, logo) and prints API warnings to stderr; includes E2E coverage for native vs ERC20, JSON vs text, historical prices, and required-flag validation. Written by Cursor Bugbot for commit d78a42c. Configure here. |
d78a42c to
b393895
Compare
8a633b2 to
991a36a
Compare
b393895 to
755ff88
Compare
991a36a to
2d53c17
Compare
755ff88 to
e904424
Compare
a49f933 to
d56f07a
Compare
e904424 to
26a1c39
Compare
norbertdurcansk
approved these changes
Mar 12, 2026
norbertdurcansk
approved these changes
Mar 13, 2026
d56f07a to
b9114b7
Compare
26a1c39 to
b06aca0
Compare
b06aca0 to
ede65a1
Compare
582a079 to
f7e1b5d
Compare
ede65a1 to
4edad80
Compare
f7e1b5d to
e4db1df
Compare
4edad80 to
2493ca9
Compare
e4db1df to
793d226
Compare
2493ca9 to
0297e4e
Compare
793d226 to
35ca86e
Compare
57fce8c to
c3465fb
Compare
35ca86e to
f1358db
Compare
- GET /v1/evm/token-info/{address} with --chain-ids (required), --historical-prices, --limit, --offset
- Key-value text output: chain, symbol, name, decimals, price, total supply, market cap, logo, historical prices
- Full OpenAPI spec coverage, reuses historicalPrice from balances.go
- 6 E2E tests: native text/JSON, ERC20, historical prices text/JSON, required flag validation
f1358db to
c380067
Compare
c3465fb to
2035274
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
