Skip to main content
GET
Lists the vaults this market takes liquidity through. That is every vault the market admin registered, plus every vault with an active liquidity provider position recorded on this market. The figures are read from the chain, so an issuer that deployed the market sees the set its lender of record connected. A current market takes outside money only through such a vault. Use this list to offer a client the vaults it can fund the market through, then build the transactions with Deposit to Vault and Redeem from Vault. A market whose implementation predates vault liquidity answers useVaultLiquidity: false and an empty vaults list.

Path Parameters

string
required
Market ID.

Which vaults take a deposit

A vault your own instance operates always takes a deposit through this market. Any other vault takes one only when its operator has published it on your network with a risk disclosure. depositable gives the answer and depositRefusal gives the reason in words. Redemptions are not restricted this way. The operator’s riskDisclosure and riskDisclosureUrl are returned only for your own vault or a published one. Show them next to the deposit control.

Response Fields

object
The answer is held for up to 60 seconds per market. A deposit or redemption confirmed through this market clears it. A registration made through this API or a new draw cap does not, so either can take up to a minute to show here.

Error Codes