v1
latestOpenAPI 3.1.02026-08-0466147138.0 KBVault
Add a new vault
Add a new vault to Superform.
post/vault
Request body
Example request
{
"$schema": "https://api.superform.xyz/schemas/AddVaultInputBody.json",
"protocol": {
"$schema": "https://api.superform.xyz/schemas/Protocol.json"
},
"super_pools": [
1,
137
],
"timelock_duration": 7
}Response
OK
Example response
{
"$schema": "https://api.superform.xyz/schemas/AddVaultOutputBody.json",
"id": "9z4Rx6tolq6WjbgyYyLub",
"result": "success"
}