Xbit
    Xbit
    • Welcome
    • Account Data
      • Get account balances
      • Get activation code history
      • Activate a redeemable code
      • Get activation code details
      • Get card withdrawal history
      • Get cryptocurrency withdrawal history
      • Get deposit (payment) history
    • Payment
      • Calculate payment amount with commission
      • Create a new payment
      • Get payment details by payment ID
    • Withdraw
      • Get minimum cryptocurrency withdrawal amounts
      • Calculate cryptocurrency withdrawal amounts
      • Calculate fiat withdrawal commission
      • Get withdrawal details by ID
      • Create withdrawal to bank card
      • Create withdrawal as redeemable code
      • Create withdrawal to cryptocurrency wallet
    • Schemas
      • GeneralApiRequestDto
      • BalanceItemDto
      • AccountBalancesResponseDto
      • ApiCodesFilterDto
      • ApiGetCodeHistoryRequestDto
      • ApiGetCodeHistoryResponseDto
      • CodeActivationRequestDto
      • CodeDetailsRequestDto
      • CodeDetailsResponseDto
      • ApiWithdrawToCardFilterDto
      • ApiGetWithdrawToCardRequestDto
      • ApiGetWithdrawToCardResponseDto
      • ApiWithdrawToCryptoFilterDto
      • ApiGetWithdrawToCryptoRequestDto
      • ApiGetWithdrawToCryptoResponseDto
      • ApiDepositFilterDto
      • ApiGetDepositHistoryRequestDto
      • ApiGetDepositHistoryResponseDto
      • CalculatePaymentRequestDto
      • CalculatePaymentResponseDto
      • CreatePaymentRequestDto
      • CreatePaymentResponseDto
      • GetPaymentDetailsRequestDto
      • GetPaymentDetailsResponseDto
      • ApiMinCryptoAmountsRequestDto
      • ApiMinCryptoAmountsResponseDto
      • ApiCalculateCryptoRequestDto
      • ApiCalculateCryptoResponseDto
      • ApiCalculateFiatRequestDto
      • ApiCalculateFiatResponseDto
      • ApiGetWithdrawDetailsRequestDto
      • ApiGetWithdrawDetailsResponseDto
      • ApiCreateCardWithdrawRequestDto
      • WithdrawIdDto
      • ApiCreateCodeWithdrawRequestDto
      • ApiCreateCryptoWithdrawRequestDto

    ApiGetWithdrawToCryptoRequestDto

    {
        "nonce": 1707484035123,
        "limit": 10,
        "offset": 0,
        "search": "search term",
        "filter": {
            "createdAtFrom": "2022-01-04 13:27:00",
            "createdAtTo": "2021-01-04 13:27:00",
            "confirmedAtFrom": "2021-11-05 18:57:00",
            "confirmedAtTo": "2021-11-05 18:57:00",
            "statusFilter": "[confirmed]",
            "currencyIdFilter": "[UAH]",
            "cryptoCurrencyIdFilter": "[btc]",
            "exchanger": "[binance]",
            "amountInCentsFrom": 1000,
            "amountInCentsTo": 1000,
            "realAmountFrom": 1000,
            "realAmountTo": 1000
        }
    }
    Built with