BuckBus
API
API
    • API Introduction
      • Introduction
      • References
      • Test store
      • Authorization
      • Processing of requests
      • Webhooks
    • APIs
      • Assets
        • List assets
      • Accounts
        • List accounts
      • Payments
        • Create payment
        • Create fiat payment
        • List payments
        • Payment details
        • List payment transactions
      • Dedicated addresses
        • Create dedicated address
        • Release dedicated address
      • Transfers
        • Create transfer
      • Withdrawals
        • Create withdrawal
        • Withdrawal details
      • Convert
        • Convert amount
    • Schemas
      • Payment
      • PaymentTransaction
      • Lang
      • Withdrawal
      • DedicatedAddress
      • Providers
      • Asset
      • Account
      • Accounts
    API
    API

    Asset

    {
        "asset_id": "string",
        "asset_name": "string",
        "currency": "string",
        "currency_name": "string",
        "language": "string",
        "asset_type": "string",
        "asset_type_name": "string",
        "symbol": "string",
        "sort_order": 0,
        "min_size": 0,
        "precision": 0,
        "timeout_to_trx": 0,
        "timeout_to_wdr": 0,
        "crypto_network": "string",
        "crypto_network_name": "string",
        "crypto_network_confirmations": 0,
        "crypto_address_link": "string",
        "crypto_transaction_link": "string",
        "min_withdrawal_amount": 0,
        "max_withdrawal_amount": 0
    }
    Built with