Skip to main content

Search Wallet Transactions

URL

The endpoint and http method information used to query wallet transaction are stated below.

GET/wallet/v1/wallets/:id/wallet-transactions

Request Parameters

The expected parameters to be sent in requests to query wallet transaction are listed under the table and subheadings below.

walletTransactionType
string

Type of wallet transaction to filter wallet transactions

page
number

Page number for pagination

size
number

Page size for pagination

Response Parameters

Parameters returned as a result of wallet transaction query are also subject to the rules specified in the Response Formats section of the API documentation home page. In the absence of a systematic or fictional error, the sub-parameters of the object returned in the data parameter are as follows:

id
number

ID value of the wallet transaction

createdDate
date

The date that the wallet transaction created

walletTransactionType
string

Type of the wallet transaction

amount
decimal

Amount value of the wallet transaction

transactionId
number

ID value of the wallet transaction

walletId
number

ID value of the related wallet

Sample Codes

You can review the sample codes in the open source Craftgate API clients.

Loading..