List organization balance wallets
GET
/api/v1/organizations/OrganizationBalancesWalletUpgradeable
Organizations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://transactions.srblabs.io/api/v1/api/v1/organizations/OrganizationBalancesWalletUpgradeable'
Response Response Example
200 - Example 1
{
"total_count": 0,
"wallets": [
{
"contract_address": "string",
"created_at": "string",
"error_message": "string",
"id": "string",
"metadata": {},
"network": "string",
"organization_id": "string",
"status": "string",
"updated_at": "string",
"wallet_id": "string"
}
]
}
Request
Query Params
page
integer
optional
limit
integer
optional
organization_id
string
optional
Responses
Modified at 2025-04-30 01:06:55