1. V3 - DepositAddress
Cresium
  • Cresium - V3 Partners
    • API
      • Auth Information for V3 API Partners
      • V3 - Health
        • Health check
      • V3 - Transaction
        • Get Transaction data
        • Search transactions
        • Make a transfer
        • Confirm a transaction
        • Reverse a deposit transaction
        • Get transaction receipt
      • V3 - BankAddress
        • Get Address
      • V3 - CompanyFeature
        • Get Company Features
        • Update Feature Enabled State
      • V3 - Rate
        • Get TNA rate
      • V3 - DepositAddress
        • Update Deposit Address
          PUT
        • Create Deposit Address
          POST
      • V3 - Invoice
        • Create Invoices
        • Read Invoices
      • V3 - Partner
        • Search partner transactions
      • V3 - User Address
        • Create or get User Address
      • V3 - Auth
        • V3 - Balance
          • Get all wallets for Company
        • Generate change password ID for partner user
      • V3 - CompanyTax
        • Upsert Company Tax
      • V3 - Signature Request
        • Create Signature Request
        • Update Signature Request
      • V3 - Payment
        • Create Payments
        • Read Payments
      • Webhooks
        • Auth Information for Webhooks
        • Transactions Events Examples - DEPOSIT
  1. V3 - DepositAddress

Update Deposit Address

PUT
/v3/deposit-address/{address}
Actualiza el alias de un deposit address existente.

Parametros#

address (path): Valor actual del deposit address (CVU/CBU)

Body Parameters#

CampoTipoRequeridoDescripcion
valuestringSiNuevo alias para la cuenta

Respuesta#

Retorna true si la actualizacion fue exitosa.

Errores posibles#

INVALID_ALIAS: El alias no cumple con el formato requerido
EXISTING_ALIAS: El alias ya esta en uso por otra cuenta
TOO_MANY_ALIAS_UPDATES: Se supero el limite de actualizaciones de alias permitidas

Request

Path Params

Body Params application/jsonRequired

Examples

Responses

🟢200OK
application/json
Successful response
Body

🟠400Bad Request
🟠401Unauthorized
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.develop.cresium.app/v3/deposit-address/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "value": "string"
}'
Response Response Example
200 - Example 1
{
    "data": true
}
Modified at 2026-02-20 14:08:41
Previous
Get TNA rate
Next
Create Deposit Address
Built with