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
Respostas de Erro
{
"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"
}
]
}Autenticação Necessária
Deriv-App-ID para identificar a sua aplicação. Âmbito OAuth2: paymentAcerca de Transfer Between Wallets
O 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.
Alguma outra questão? Entrar em contacto