Add evm token-info command for token metadata and pricing#35
Add evm token-info command for token metadata and pricing#35ivpusic wants to merge 1 commit intosim/evm-collectiblesfrom
Conversation
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
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
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
- 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
a49f933 to
d56f07a
Compare
e904424 to
26a1c39
Compare
