Return a list of vaults

This endpoint will return a list of active vaults

Return a list of vaults

The GET /Vaults endpoint returns a list of active vaults and key information about them.

Vaults with poolType of "0" are Fixed Term Vaults (V4)

Vaults with poolType of "1" are Flexible Term Vaults (V4)

Vaults with poolType of "2" are Dynamic Vaults (V5)

get

getPoolListFunction

Authorizations
Responses
200
Vault list
application/json
get
GET /vaults HTTP/1.1
Host: api.opentradeqa.com
x-api-key: YOUR_API_KEY
Accept: */*
200

Vault list

[
  {
    "businessDayRegistryAddr": "0x67a6235338b995159da9bd90ef6807d357c45c7b",
    "closeOfDepositTime": 0,
    "closeOfWithdrawTime": 0,
    "transferInDays": 0,
    "transferOutDays": 0,
    "nonBusinessDays": "",
    "feeVaultAddr": "0xe44c4bcce7fca721ea0cb0b726b87bdce3cc0f4a",
    "withdrawControllerAddr": "0x7138c5feed17245465d805e9204800f3216fe495",
    "borrowerVaultAddr": "0x5c9e3437e882af31643cbff88f51ac5b869db7c0",
    "maxCapacity": "0",
    "id": "",
    "poolType": 0,
    "poolAddr": "0x1365382073524f9747f5b4e3890d4fd99566f857",
    "liquidityAssetAddr": "0xfd7e65a2e5e8c8e9fd892650115d39ed363b1e7c",
    "poolControllerAddr": "0x5d94d060a1fe8fcb9609866398c5be3e68dd65b8",
    "name": "TokenName",
    "symbol": "OTT",
    "borrowerManagerAddr": "0x666283560c99123b55c1a0cef5d587b9d22625cd",
    "poolAdminAddr": "0xbeb34959d3812d0a7a28418ac4b0daff2602f455",
    "borrowerWalletAddr": "0x73daa298e4ffa8250cefea81f938e745e069fa14",
    "chainConfigurationName": "",
    "creationBlock": 0
  }
]

Last updated