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

    ApiGetWithdrawDetailsResponseDto

    {
        "type": "card",
        "status": "new",
        "currency": "UAH",
        "data": {
            "address": "0x123...",
            "transactionHash": "0xabc...",
            "code": "ABC123",
            "card": "411111******1111",
            "realAmount": 1000
        },
        "amountInCents": 10000
    }
    Built with