List wallets
GET
/wallets
wallets
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://transactions.srblabs.io/api/v1/wallets'
Response Response Example
200 - Example 1
{
"data": null,
"limit": 10,
"offset": 0,
"total_count": 42
}
Request
Query Params
limit
integer
optional
Default:
10
offset
integer
optional
Default:
0
organization_id
string
optional
Responses
Modified at 2025-04-30 01:06:49