Transfer Between Wallets
Moves funds between two wallets owned by the authenticated client, in the same currency. Any applicable fee is deducted from the amount before execution, so validate the transfer first to preview the fee and the net amount. request_id is the idempotency key: resubmitting one you have already used does not create a duplicate transfer.
Endpoint
/wallet/v1/transfersURL Base: https://api.derivws.com
Códigos de Estado
Respuestas de Error
{
"errors": [
{
"status": 400,
"code": "ValidationError",
"message": "source_wallet_id must be a UUID",
"field": "source_wallet_id"
}
]
}{
"errors": [
{
"status": 400,
"code": "BadRequest",
"message": "The source wallet does not hold enough funds for this transfer"
}
]
}Requiere autenticación
Deriv-App-ID para identificar su aplicación. Alcance OAuth2: paymentAcerca de Transfer Between Wallets
El endpoint POST /wallet/v1/transfers: Moves funds between two wallets owned by the authenticated client, in the same currency. Any applicable fee is deducted from the amount before execution, so validate the transfer first to preview the fee and the net amount. request_id is the idempotency key: resubmitting one you have already used does not create a duplicate transfer.
¿Alguna otra pregunta? Póngase en contacto