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

    Accounts

    {
        "asset_id": "string",
        "balance": "string",
        "available": "string",
        "on_hold": "string",
        "accounts": [
            {
                "account_id": "string",
                "store_id": "string",
                "account_num": 0,
                "crypto_network": "string",
                "asset_id": "string",
                "balance": "string",
                "available": "string",
                "on_hold": "string",
                "currency": "string",
                "base_asset_id": "string",
                "base_balance": "string",
                "base_available": "string",
                "base_on_hold": "string",
                "base_currency": "string",
                "rate": 0,
                "rate_date": "2019-08-24T14:15:22Z"
            }
        ]
    }
    Built with