Skip to main content
GET
List wallet transactions

Authorizations

Authorization
string
header
required

API key authentication. Include your access token as: Authorization: Basic <ACCESS_TOKEN>

Query Parameters

wallet_id
string
required

Wallet ID.

page
integer

Page number.

Required range: x >= 1
per_page
integer

Number of transactions per page.

Required range: x >= 1

Response

200 - application/json

Wallet transactions returned.

transactions
object[]
pagination
object