Skip to main content
GET
List wallet transactions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

take
number | null
default:50
Required range: 0 <= x <= 100
skip
number | null
default:0
Required range: x >= 0

Response

200 - application/json

Paginated list of wallet transactions

meta
object
required
data
object[]
required

List of WalletTransaction.