Get market liquidity

GET
/v0/blue/markets/{market-selector}/liquidity

Current Morpho Blue market liquidity and Public Allocator V2 reallocation capacity at one SDK simulation timestamp.

Path Parameters

market-selector*string

Selector formatted as <chain_id>:<market_id>. Example: 1:0xfff1970c0ffae288764186fbb38a9171a17e98676744a1e345809cb8b9e73342.

Format<chain_id>:<market_id>

Response Body

application/json

curl -X GET "https://example.com/v0/blue/markets/1:0xfff1970c0ffae288764186fbb38a9171a17e98676744a1e345809cb8b9e73342/liquidity"
{  "data": {    "market_liquidity": "string",    "reallocatable_liquidity": "string",    "borrow_amount_to_target_utilization": "string",    "last_indexed_block": "string"  }}