Wallet Transactions
All wallet transactions
Get Wallet Transactions details
GET
/api/Wallet/wallet-transactions
To retrieve the transaction information in full (API reference)
Query Parameters
Name
Type
Description
count
Int
The number of transactions you want to retrieve
skip
Int
Skip some transactions and others (this means you can skip some certain transactions and retrieve others)
label
String
By default this is *
Headers
Name
Type
Description
wallet*
String
The wallet name
Content-Type*
application/json
application in JSON format
Authorization*
Bearer <your Key>
attach your API key here
Usev2*
String
Value should be true or yes
Wallet transactions with Javascript SDK
Liaas SDK package installation
Last updated
Was this helpful?