listWalletDetails
GET
/api/wallets/me/
Wallet
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/wallets/me/'
Response Response Example
200 - Example 1
{
"wallet": {
"balance": "string",
"balance_currency": "string",
"is_use_wallet_in_payment": true
},
"wallet_transactions": {
"next": "http://example.com",
"previous": "http://example.com",
"results": [
{
"id": 0,
"transaction_type": "REFUND",
"transaction_type_text": "string",
"amount": "string",
"created_at": "2019-08-24T14:15:22Z"
}
]
}
}
Request
None