SDK for Python
The FURY SDK for Python is a client library designed to interact seamlessly with the FURY API service, offering a comprehensive toolkit for Solana token operations.
Features
Complete API Coverage: Access all FURY API endpoints.
Type Hints: Full Python type annotations for better IDE support.
Helper Models: Data classes for simpler request construction.
Error Handling: Custom exceptions with detailed error information.
Validation: Built-in parameter validation.
Installation
Requirements
Python 3.7+
requests
library for HTTP requestssolana
andbase58
for transaction signing (optional, only needed if signing transactions)
Install Dependencies
Install FURY SDK
Quick Start
Usage Examples
The SDK provides various methods to interact with the FURY API. Here are some examples:
Generate a New Mint
Create a Token
Transfer Tokens
Error Handling
All SDK methods raise custom exceptions with detailed error information, allowing you to handle errors gracefully using try-except blocks.
Contributing
Contributions are welcome! Please fork the repository and submit a pull request.
License
This project is licensed under the MIT License.
Last updated