List Wallets
GetAuthentification requise
Returns the wallets belonging to the authenticated client, with each balance shown in the wallet's native currency. Supply a conversion_currency to also receive each balance converted into that currency, and use start_date_time and end_date_time to bound the balance as of window.
Point de terminaison
Get
/wallet/v1/walletsURL de base : https://api.derivws.com
Codes de statut
200OK - Wallets for the authenticated client, with balances in native currencies and optional conversion.
400Bad request - errors[0].code will be BadRequest.
401Unauthorized - Missing or invalid Bearer token.
403Forbidden - Valid token but insufficient scope (payment scope required).
404Not found - errors[0].code will be NotFound.
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.
Réponses d'erreur
400Bad request
{
"errors": [
{
"status": 400,
"code": "BadRequest",
"message": "conversion_currency must be a 3-letter ISO currency code"
}
]
}403Forbidden - insufficient scope
{
"errors": [
{
"status": 403,
"code": "Unauthorized",
"message": "The payment scope is required for this endpoint"
}
]
}Authentification requise
Ce point de terminaison nécessite l'en-tête
Deriv-App-ID pour identifier votre application. Portée OAuth2 : paymentÀ propos de List Wallets
Le point de terminaison GET /wallet/v1/wallets : Returns the wallets belonging to the authenticated client, with each balance shown in the wallet's native currency. Supply a conversion_currency to also receive each balance converted into that currency, and use start_date_time and end_date_time to bound the balance as of window.
D'autres questions ? Nous contacter