List walletsget https://your-protect-instance.example.com/api/rest/v2/walletsThis endpoint returns a list of wallets.Query Paramscurrenciesarray of stringsFilter on IDs or symbols of the currencycurrenciesADD stringquerystringlimitstringoffsetstringnamestringUsed to do a case insensitive partial wallet name matchsortOrderstringSet this parameter to ASC to get the addresses sorted in ascending order or DESC to get them in descending order.excludeDisabledbooleanWhether or not to exclude wallets disabled by business rules. Defaults to false (disabled wallets included). Filtering will be performed after pagination, i.e. the number of returned items may be below limit if wallets on a page are disabled. truefalsetagIDsarray of stringsFilter wallets with a 'OR' combination of tag IDstagIDsADD stringonlyPositiveBalancebooleanWhether or not to exclude wallets with a zero balance. Defaults to false (wallets with 0 balance included). truefalseblockchainstringnetworkstringResponses 200A successful response.Response bodyobjectresultarray of objectsresultobjectidstringbalanceobjectbalance objectcurrencystringcoinstringnamestringcontainerstringseedstringaccountPathstringisOmnibusbooleancreationDatedate-timeupdateDatedate-timecustomerIdstringcommentstringdisabledbooleanblockchainstringaddressesCountstringcurrencyInfoobjectcurrencyInfo objectattributesarray of objectsattributesobjectkeystringvaluestringidstringcontentTypestringownerstringtypestringsubtypestringisfilebooleannetworkstringvisibilityGroupIDstringtotalItemsstring 400Bad Request: indicates that the server cannot or will not process the request due to something that is perceived to be a client error (for example, malformed request syntax, invalid request message framing, or deceptive request routing)Response bodyjson 401Unauthorized: indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resourceResponse bodyjson 403Forbidden: indicates that the server understands the request but refuses to authorize itResponse bodyjson 404Not Found: indicates that the server cannot find the requested resourceResponse bodyjson 500Internal Server Error: indicates that the server encountered an unexpected condition that prevented it from fulfilling the requestResponse bodyjson 503Service Unavailable: indicates that the server is not ready to handle the request.Response bodyjson defaultAn unexpected error response.Response bodyobjectcodeint32The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].messagestringA developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.detailsarray of objectsA list of messages that carry the error details. There is a common set of message types for APIs to use.detailsobject@typestringA URL/resource name that uniquely identifies the type of the serialized protocol buffer message. This string must contain at least one "/" character. The last segment of the URL's path must represent the fully qualified name of the type (as in path/google.protobuf.Duration). The name should be in a canonical form (e.g., leading "." is not accepted). In practice, teams usually precompile into the binary all types that they expect it to use in the context of Any. However, for URLs which use the scheme http, https, or no scheme, one can optionally set up a type server that maps type URLs to message definitions as follows: If no scheme is provided, https is assumed. An HTTP GET on the URL must yield a [google.protobuf.Type][] value in binary format, or produce an error. Applications are allowed to cache lookup results based on the URL, or have them precompiled into a binary to avoid any lookup. Therefore, binary compatibility needs to be preserved on changes to types. (Use versioned type names to manage breaking changes.) Note: this functionality is not currently available in the official protobuf release, and it is not used for type URLs beginning with type.googleapis.com. Schemes other than http, https (or the empty scheme) might be used with implementation specific semantics.View Additional PropertiesUpdated about 1 month ago Delete an attributeGet a walletDid this page help you?YesNo