Cyhole

Latest version: v0.2.4

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.2.4

Release Notes

- Introduced new `cyhole.core.token` modules to help developers to manage Tokens.
- Bug Fixing:

- default values for `cyhole.solana_fm.schema.GetAccountTransactionsParam`
- default values for `cyhole.solana_fm.schema.GetAccountTransfersParam`
- correct management of boolean values in input/response schemas

**Full Changelog**: https://github.com/zazza123/cyhole/compare/0.2.3...0.2.4

0.2.3

Release Notes

- complete support to **Solscan** (https://solscan.io/) current available APIs:

- v1 : `cyhole.solscan.v1.Solscan`
- v2 : `cyhole.solscan.v2.Solscan`

- Minor Bug Fixing

**Full Changelog**: https://github.com/zazza123/cyhole/compare/0.2.2...0.2.3

0.2.2

Release Notes

- complete support to **SolanaFM** ([https://solana.fm/](https://solana.fm/)) current available API:

- new endpoint `GET` **Account Transactions Fees** (`SolanaFM._get_account_transactions_fees`)
- new endpoint `GET` **Account Transfers** (`SolanaFM._get_account_transfers`)
- new endpoint `GET` **Account Transfers CSV Export** (`SolanaFM._get_account_transfers_csv_export`)
- new endpoint `GET` **Blocks** (`SolanaFM._get_blocks`)
- new endpoint `GET` **Block** (`SolanaFM._get_block`)
- new endpoint `POST` **Multiple Blocks** (`SolanaFM._post_multiple_blocks`)
- new endpoint `GET` **Solana Daily Transaction Fees** (`SolanaFM._get_solana_daily_transaction_fees`)
- new endpoint `GET` **Tagged Tokens List** (`SolanaFM._get_tagged_tokens_list`)
- new endpoint `GET` **Token Info V0** (`SolanaFM._get_token_info_v0`)
- new endpoint `POST` **Token Multiple Info V0** (`SolanaFM._post_token_multiple_info_v0`)
- new endpoint `GET` **Token Info V1** (`SolanaFM._get_token_info_v1`)
- new endpoint `POST` **Token Multiple Info V1** (`SolanaFM._post_token_multiple_info_v1`)
- new endpoint `POST` **User Token Accounts** (`SolanaFM._post_user_token_accounts`)
- new endpoint `GET` **Mint Token Accounts** (`SolanaFM._get_mint_token_accounts`)
- new endpoint `GET` **On-Chain Token Data** (`SolanaFM._get_on_chain_token_data`)
- new endpoint `GET` **Token Supply** (`SolanaFM._get_token_supply`)
- new endpoint `GET` **Transfer Transactions** (`SolanaFM._get_transfer_transactions`)
- new endpoint `POST` **Multiple Transfer Transactions** (`SolanaFM._post_multiple_transfer_transactions`)
- new endpoint `GET` **All Transfer Actions** (`SolanaFM._get_all_transfer_actions`)

**Full Changelog**: https://github.com/zazza123/cyhole/compare/0.2.1...0.2.2

0.2.1

Release Notes

- introduced **new** `cyhole.solana_fm.SolanaFM` interaction of [solana.fm](https://solana.fm/), and support to _Account Transactions_ endpoint.
- **new** endpoint "[Price Volume - Single Token](https://docs.birdeye.so/reference/get_defi-price-volume-single)" for `Birdeye` interaction.
- **new** endpoint "[Price Volume - Multiple Token](https://docs.birdeye.so/reference/post_defi-price-volume-multi)" for `Birdeye` interaction.

**Full Changelog**: https://github.com/zazza123/cyhole/compare/0.2.0...0.2.1

0.2.0

Release Notes

- **Major**: `async` support to the library.
- Introduced `Interaction`, `APIClient` and `AsyncAPIClient` classes.
- Move `Birdeye._get_price_multiple` endpoint **Price - Multiple** from public to private.
- Removed `Birdeye._get_history` endpoint (_deprecated_).
- Make `chain` param as header in `Birdeye` interaction.
- Documentation update.
- Minor bug fixes.

**Full Changelog**: https://github.com/zazza123/cyhole/compare/0.1.0...0.2.0

0.1.0

Release Notes

- First stable version of the library.
- Support to two Iterations (**Birdeye**, **Jupiter**).

What's Changed
* ADD: New Interaction Jupiter DEX Support by zazza123 in https://github.com/zazza123/cyhole/pull/1

**Full Changelog**: https://github.com/zazza123/cyhole/compare/0.0.1-alpha-1...0.1.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.