Get user wallets

Returns a list of user wallets for EUR, USD, and RUB. Creates them if they don't exist.
billing
Loading...
Current path: /user/accounts

Available methods and their JSON schemas

get Get user wallets
billing

Returns 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
}