v1
latestSwagger 2.02026-07-179553242.0 KBUser
Get your current wallet information.
get/user/wallet
Query parameters
currencystring
Any currency. For all currencies, see <a href="#!/Wallet/Wallet_getAssetsConfig">asset config endpoint</a>. For all currencies specify "all"
Response
Request was successful
Example response
{
"transferOut": 5,
"amount": 2,
"pendingDebit": 9,
"confirmedDebit": 3,
"deposited": 6,
"withdrawn": 1,
"currency": "currency",
"transferIn": 5,
"pendingCredit": 7,
"account": 0,
"timestamp": "2000-01-23T04:56:07.000+00:00"
}