Skip to main content

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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

yativo_crypto_sdk-1.0.0-py3-none-any.whl (21.1 kB view details)

Uploaded Python 3

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

Hashes for yativo_crypto_sdk-1.0.0.tar.gz
Algorithm Hash digest
SHA256 8f9f068d9096e0cf5f1b5c06e7a07b6640b0791c11533027c3500ff7b38dbfba
MD5 a865769c8b37b8a21517c99d7a866e6b
BLAKE2b-256 7fe5bd71682aed9fbe44e917dc6e68270932b5471db03dac62eb24eca14f8416

See more details on using hashes here.

File details

Details for the file yativo_crypto_sdk-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for yativo_crypto_sdk-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fba2998ba0515434ec654772694b2a338c9ce7f3e5365bb99f91e3fa0ae17d15
MD5 a36e2278b789f00d54fcc197ca02e368
BLAKE2b-256 ca2c83da8b38f62276ae87c59f199d5e507bf7e7c1143ffdfa9f7404fb80a6b4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page