Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing method to "Get Jetton balance by owner address" #17

Closed
Chipe1 opened this issue Jun 17, 2024 · 0 comments · Fixed by #18
Closed

Missing method to "Get Jetton balance by owner address" #17

Chipe1 opened this issue Jun 17, 2024 · 0 comments · Fixed by #18

Comments

@Chipe1
Copy link
Contributor

Chipe1 commented Jun 17, 2024

pytonapi.tonapi.methods.accounts.AccountsMethod is missing the method get_jetton_balance(account_id, jetton_id) corresponding to the /v2/accounts/{account_id}/jettons/{jetton_id} API endpoint.
There is only the method get_jettons_balances(account_id) that fetches balances for all Jettons but no method to fetch the balance for a particular Jetton

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 a pull request may close this issue.

1 participant