Deriv API
Documentação
Wallet

Platform Transfer

PostAutenticação necessáriaBeta

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

Post/wallet/v1/transfers/platforms

URL Base: https://api.derivws.com

Códigos de Estado

200OK - The transfer was executed, with the request_id echoed back.
400Bad request - The transfer breaks a transfer rule, the request_id was already used, or the body failed validation.
401Unauthorized - Missing or invalid Bearer token.
403Forbidden - Valid token but insufficient scope (payment scope required).
429Too many requests - Rate limit exceeded.
500Internal server error - errors[0].code will be InternalServerError.
503Service unavailable - Request rejected by the gateway circuit breaker.
504Gateway timeout - The service did not respond in time.

Respostas de Erro

400Duplicate request ID
{
  "errors": [
    {
      "status": 400,
      "code": "DuplicateRequestID",
      "message": "This request_id has already been used"
    }
  ]
}
400Validation error
{
  "errors": [
    {
      "status": 400,
      "code": "ValidationError",
      "message": "exchange_rate and rate_token are required when wallet_currency differs from currency",
      "field": "exchange_rate"
    }
  ]
}

Acerca 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.

Click to open live chat support. Get instant help from our support team.