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

    ApiGetCodeHistoryResponseDto

    {
        "count": 100,
        "codes": [
            {
                "id": "UA_LNeeVLNlmp8va",
                "amountInCents": 300,
                "currencyId": "UAH",
                "redeemedAt": "2021-09-13T14:34:29.075Z",
                "createdAt": "2021-09-13T14:34:29.075Z"
            }
        ]
    }
    Built with