Get user wallets
Returns a list of user wallets for EUR, USD, and RUB. Creates them if they don't exist.Loading...
Current path: /user/accounts
Available methods and their JSON schemas
get
Get user wallets
billingReturns a list of user wallets for EUR, USD, and RUB. Creates them if they don't exist.
JSON Document Schema:
{
"Path": "/user/accounts",
"Method": "get",
"Tag": "billing",
"Summary": "Get user wallets",
"Description": "Returns a list of user wallets for EUR, USD, and RUB. Creates them if they don't exist.",
"consumes": null,
"Parameters": null
}