This endpoint will return a list of active vaults
Last updated 5 months ago
The GET /Vaults endpoint returns a list of active vaults and key information about them.
Vaults with poolType of "0" are .
Vaults with poolType of "1" are .
getPoolListFunction
GET /vaults HTTP/1.1 Host: api.open-trade.io x-api-key: YOUR_API_KEY Accept: */*
Vault list
[ { "closeOfBusinessTime": 0, "earlyWithdrawFeeBps": "", "id": "", "poolType": 0, "poolAddr": "0x34e78c9b36564cb13c8e204b93ce506e80925339", "liquidityAssetAddr": "0x1e46a71473c497971ae1c8beb75c0eb7f89fb963", "poolControllerAddr": "0x3fd51901027c623d90c19b61941ebdc4a92db9e1", "feeVaultAddr": "0xe6c2b3767bdff9e0d085a520ad916cbc5752d86e", "withdrawControllerAddr": "0x9f5e336c2eaf7107d2eb1efd0a6bb7a461aea2bc", "name": "TokenName", "symbol": "OTT", "borrowerManagerAddr": "0xc20979f038529fbc797fc3581d85460514459be9", "borrowerWalletAddr": "0xd2ab6618a309b27c661906af4d0b4f9b00f5ac39", "borrowerVaultAddr": "0x67b80a92527f41a1de259a585ae7276c6bf75343", "poolAdminAddr": "0xa3d8e40d1700fe89645f9354a121b148bd12dda1", "maxCapacity": "78000000000" } ]