Vaults
Get vaults config
Get vaults global configuration.
get/vaults/config
Response
OK
Example response
{
"max_lockup_period_days": "4",
"max_profit_share_percentage": "50",
"min_initial_deposit": "1000",
"min_lockup_period_days": "1",
"min_owner_share_percentage": "5",
"vault_factory_address": "0x1234567890abcdef"
}Changes
Changed in 1 of the 50 revisions of this API.2
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
added the media type
application/jsonfor the response with the status400response-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○