partner

Get all approved vaults with their type, collateral, curator, total supply, TVL and metadata.

get/entities/vaults

Response

List of approved vaults with address, vault type, collateral, curator, current total supply, TVL and metadata.

addressstring required

EVM address (hex, with 0x prefix). Lowercased in responses.

vaultType'pre-deposit' | 'v1' | 'v2' required
collateralstring required

EVM address (hex, with 0x prefix). Lowercased in responses.

curatorIdstring

Lowercased metadata slug identifier.

totalSupplystring required
tvlnumber required

Example response

[
  {
    "address": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
    "collateral": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
    "curatorId": "p2p"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.