Skip to main content
GET
/
v1
/
wallet
curl
curl https://api.expys.com/v1/wallet \
  -H "Authorization: Bearer YOUR_MEMBER_TOKEN"
{
  "amountReceived": 123,
  "amountSpent": 123,
  "balance": 123,
  "currency": {
    "name": "<string>",
    "symbol": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Org-API-Key as a Bearer token.

Response

Response for status 200

amountReceived
number
required
amountSpent
number
required
balance
number
required
currency
object
required