Platform Transfer
Moves funds between a wallet and a trading platform account owned by the authenticated client. direction sets which side is debited: from_wallet funds the platform account, to_wallet funds the wallet. When the wallet and the platform account hold different currencies, also send wallet_currency with a quoted exchange_rate and rate_token.
Endpoint
/wallet/v1/transfers/platformsURL Base: https://api.derivws.com
Códigos de Estado
Respostas de Erro
{
"errors": [
{
"status": 400,
"code": "DuplicateRequestID",
"message": "This request_id has already been used"
}
]
}{
"errors": [
{
"status": 400,
"code": "ValidationError",
"message": "exchange_rate and rate_token are required when wallet_currency differs from currency",
"field": "exchange_rate"
}
]
}Autenticação Necessária
Deriv-App-ID para identificar a sua aplicação. Âmbito OAuth2: paymentAcerca de Platform Transfer
O endpoint POST /wallet/v1/transfers/platforms: Moves funds between a wallet and a trading platform account owned by the authenticated client. direction sets which side is debited: from_wallet funds the platform account, to_wallet funds the wallet. When the wallet and the platform account hold different currencies, also send wallet_currency with a quoted exchange_rate and rate_token.
Alguma outra questão? Entrar em contacto