Skip to main content
GET
/
v1
/
wallet
/
transactions
curl
curl https://api.expys.com/v1/wallet/transactions \
  -H "Authorization: Bearer YOUR_MEMBER_TOKEN"
{
  "nextCursor": "<string>",
  "transactions": [
    {
      "amount": 123,
      "createdAt": "<string>",
      "id": "<string>",
      "reason": "<string>",
      "redemptionID": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Org-API-Key as a Bearer token.

Query Parameters

cursor
string
externalUserID
string
limit
integer
Required range: 1 <= x <= 100

Response

Response for status 200

nextCursor
string | null
required
transactions
object[]
required