Add evm token-holders command with token address as positional arg#36
Add evm token-holders command with token address as positional arg#36ivpusic wants to merge 1 commit intosim/evm-token-infofrom
Conversation
ivpusic
commented
Mar 12, 2026
- GET /v1/evm/token-holders/{chain_id}/{address} with --chain-id (required), --limit, --offset
- Token address is positional arg, chain-id is a required flag for clarity
- Table output: WALLET_ADDRESS, BALANCE, FIRST_ACQUIRED, HAS_TRANSFERRED (Y/N)
- Chain ID validated as numeric
- 5 E2E tests: text, JSON, pagination, invalid chain-id, required chain-id flag
|
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 The command supports Includes end-to-end tests covering text output, JSON output, pagination via Written by Cursor Bugbot for commit d12b226. Configure here. |
d78a42c to
b393895
Compare
d12b226 to
2381d5d
Compare
b393895 to
755ff88
Compare
2381d5d to
2eaa889
Compare
755ff88 to
e904424
Compare
2eaa889 to
07686bb
Compare
- GET /v1/evm/token-holders/{chain_id}/{address} with --chain-id (required), --limit, --offset
- Token address is positional arg, chain-id is a required flag for clarity
- Table output: WALLET_ADDRESS, BALANCE, FIRST_ACQUIRED, HAS_TRANSFERRED (Y/N)
- Chain ID validated as numeric
- 5 E2E tests: text, JSON, pagination, invalid chain-id, required chain-id flag
07686bb to
99a071c
Compare
