Add evm token-holders command with token address as positional arg#36
Merged
Add evm token-holders command with token address as positional arg#36
Conversation
Member
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
This was referenced Mar 12, 2026
Merged
Merged
Merged
Merged
Merged
Merged
Member
Author
This was referenced Mar 12, 2026
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
07686bb to
99a071c
Compare
norbertdurcansk
approved these changes
Mar 12, 2026
norbertdurcansk
approved these changes
Mar 13, 2026
99a071c to
ce9e6ce
Compare
26a1c39 to
b06aca0
Compare
b06aca0 to
ede65a1
Compare
ce9e6ce to
2ee6e94
Compare
ede65a1 to
4edad80
Compare
2ee6e94 to
8312c47
Compare
4edad80 to
2493ca9
Compare
d9b5764 to
3a65dcb
Compare
0297e4e to
57fce8c
Compare
3a65dcb to
170cff2
Compare
57fce8c to
c3465fb
Compare
1022e8d to
227daee
Compare
c3465fb to
2035274
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
2035274 to
5011dac
Compare
227daee to
17b200a
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.
