v1
latestOpenAPI 3.1.02026-08-0466147138.0 KBGet all vaults
Get all vaults listed on Superform.
Response
OK
A URL to the JSON Schema for this object.
Availability on the Superform platform
This comes from on-chain data, it is the address of the vault contract.
This comes from on-chain data, decimals of the vault.
The date the vault was deployed on-chain.
The description of the vault. Required when creating vault.
The external URL of the vault.
This is the formImplementationID of the vault
The friendly name of the vault.
Whether the vault has an AERC20 registered.
Whether the vault has a timelock.
This is the unique identifier for this vault.
This is the name of the vault.
The number of Superform depositors in the vault.
Optional. This is the unique identifier for the protocol that this vault belongs to.
The last time the risk data was updated.
Array of chainIDs on which there is a liquidity pool for this vault
This comes from on-chain data, it is the address of the superform contract.
This comes from on-chain data, it is the unique identifier for this superform.
This comes from on-chain data, symbol of the vault.
The duration of the timelock.
The unit of the timelock duration.
The address of the user who listed the vault.
Optional. The status message of the vault.
Visibility on the Superform platform
If confidence score falls below a threshold, the vault will only allow withdrawals to the vault asset to minimize crosschain withdrawal failure rate.
This confidence score is based on revent withdrwawal failure rate
The yield source of the vault.
The yield type of the vault. Required when creating vault.
Example response
[
{
"$schema": "https://api.superform.xyz/schemas/Vault.json",
"protocol": {
"$schema": "https://api.superform.xyz/schemas/Protocol.json"
},
"super_pools": [
1,
137
],
"timelock_duration": 7
}
]