Official Yativo Crypto SDK for Python
Project description
Yativo Crypto SDK - Python
Official Python SDK for the Yativo Crypto Platform.
Installation
pip install yativo-crypto-sdk
Quick Start
from yativo import YativoSDK
# Initialize SDK
yativo = YativoSDK(base_url="https://crypto-api.yativo.com")
# Login
response = yativo.auth.login(
email="user@example.com",
password="secure-password"
)
# Create wallet
account = yativo.accounts.create(account_name="My Account")
wallet = yativo.assets.create(
account_id=account["account"]["account_id"],
chain="ethereum",
ticker="ETH"
)
# Send transaction
transaction = yativo.transactions.send(
from_asset_id=wallet["asset"]["asset_id"],
to_address="0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
amount="0.1",
chain="ethereum",
ticker="ETH"
)
print(f"Transaction hash: {transaction['transaction']['tx_hash']}")
Features
- ✅ Full type hints
- ✅ Automatic token refresh
- ✅ 2FA support
- ✅ Webhook verification
- ✅ Comprehensive error handling
Documentation
See main SDK documentation for complete API reference.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yativo_crypto_sdk-1.0.0.tar.gz
(16.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yativo_crypto_sdk-1.0.0.tar.gz.
File metadata
- Download URL: yativo_crypto_sdk-1.0.0.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f9f068d9096e0cf5f1b5c06e7a07b6640b0791c11533027c3500ff7b38dbfba
|
|
| MD5 |
a865769c8b37b8a21517c99d7a866e6b
|
|
| BLAKE2b-256 |
7fe5bd71682aed9fbe44e917dc6e68270932b5471db03dac62eb24eca14f8416
|
File details
Details for the file yativo_crypto_sdk-1.0.0-py3-none-any.whl.
File metadata
- Download URL: yativo_crypto_sdk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 21.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fba2998ba0515434ec654772694b2a338c9ce7f3e5365bb99f91e3fa0ae17d15
|
|
| MD5 |
a36e2278b789f00d54fcc197ca02e368
|
|
| BLAKE2b-256 |
ca2c83da8b38f62276ae87c59f199d5e507bf7e7c1143ffdfa9f7404fb80a6b4
|