Skip to main content
GET
Get wallet transactions

Authorizations

Authorization
string
header
required

Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.

Path Parameters

wallet_id
string
required

Wallet ID

Query Parameters

page
integer

Page number

per_page
integer

Number of records per page

Response

Wallet transactions retrieved successfully

The get wallet transactions response contains list of wallet transactions for the specified wallet id.

wallet_transactions
object[]

The list of wallet transactions for the specified wallet id

meta
object