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/platformsBase URL: https://api.derivws.com
Status Codes
Error Responses
{
"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"
}
]
}Authentication Required
Deriv-App-ID header to identify your application. OAuth2 Scope: paymentAbout Platform Transfer
The POST /wallet/v1/transfers/platforms endpoint: 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.
Any other questions? Get in touch