Deploy a new OrganizationBalancesWalletUpgradeable contract
POST
/api/v1/organizations/OrganizationBalancesWalletUpgradeable
Organizations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://transactions.srblabs.io/api/v1/api/v1/organizations/OrganizationBalancesWalletUpgradeable' \
--header 'Content-Type: application/json' \
--data-raw '{
"metadata": {},
"network": "string",
"organization_id": "string",
"wallet_id": "string"
}'
Response Response Example
201 - Example 1
{
"organizationbalancewallet_id": "string",
"organizationbalancewallet_publickey": "string",
"status": "string"
}
Request
Body Params application/json
Responses
Modified at 2025-04-30 01:06:55