Get wallet transactions
GET
/transactions/wallet/{walletId}
transactions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://transactions.srblabs.io/api/v1/transactions/wallet/'
Response Response Example
200 - Example 1
{
"data": null,
"limit": 10,
"offset": 0,
"total_count": 42
}
Request
Path Params
walletId
string <uuid>
required
Query Params
limit
integer
optional
>= 1<= 100
Default:
10
offset
integer
optional
>= 0
Default:
0
status
enum<string>
optional
Allowed values:
pendingconfirmedfailed
type
enum<string>
optional
Allowed values:
transfercontract_deploycontract_calltoken_transfertoken_approvalswap
Responses
Modified at 2025-04-30 01:08:17