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