Skip to content

feat: add token endpoints#140

Merged
ItsANameToo merged 5 commits intofeat/mainsailfrom
feat/token-endpoints
Mar 10, 2026
Merged

feat: add token endpoints#140
ItsANameToo merged 5 commits intofeat/mainsailfrom
feat/token-endpoints

Conversation

@alfonsobries
Copy link
Member

@alfonsobries alfonsobries commented Mar 4, 2026

Summary

depends on #142
https://app.clickup.com/t/86e00w0qh

Checklist

  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

@alfonsobries alfonsobries changed the title Feat/token endpoints feat: add token endpoints Mar 4, 2026
f'tokens/{address}/transfers', params
)

def all_transfers(self, page=None, limit=100):
Copy link
Member

@alexbarnsley alexbarnsley Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

according to the docs, this is transfers

f'tokens/{address}/holders', params
)

def transfers(self, address, page=None, limit=100):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and this is transfers_by_token

@alexbarnsley alexbarnsley marked this pull request as draft March 5, 2026 15:16
@alfonsobries alfonsobries marked this pull request as ready for review March 10, 2026 14:47
@alfonsobries
Copy link
Member Author

@alexbarnsley good catch, updated ✅

@ItsANameToo ItsANameToo merged commit 040ef1c into feat/mainsail Mar 10, 2026
8 checks passed
@ItsANameToo ItsANameToo deleted the feat/token-endpoints branch March 10, 2026 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants