Update an organization balance wallet
PATCH
/api/v1/organizations/OrganizationBalancesWalletUpgradeable
Organizations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://transactions.srblabs.io/api/v1/api/v1/organizations/OrganizationBalancesWalletUpgradeable' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "string",
"network": "string",
"organization_id": "string",
"token_address": "string",
"token_name": "string",
"token_symbol": "string",
"user_id": "string",
"wallet_id": "string"
}'
Response Response Example
200 - Example 1
{
"status": "string",
"transaction_id": "string"
}
Request
Body Params application/json
Responses
Modified at 2025-04-30 01:06:55