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.
Point de terminaison
/wallet/v1/transfersURL de base : https://api.derivws.com
Codes de statut
Réponses d'erreur
{
"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"
}
]
}Authentification requise
Deriv-App-ID pour identifier votre application. Portée OAuth2 : paymentÀ propos de Transfer Between Wallets
Le point de terminaison 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.
D'autres questions ? Nous contacter