Get borrowing market overview
markets.borrow.get_overview(BorrowGetOverviewParams**kwargs) -> BorrowGetOverviewResponse
GET/api/v1/markets/borrow
Get borrowing market overview
Get borrowing market overview
from neptune_api_v2 import NeptuneAPIV2
client = NeptuneAPIV2()
response = client.markets.borrow.get_overview()
print(response.data){
"data": {
"collaterals": [
{
"asset_info": {
"asset": {
"id": "native;inj",
"group": "native",
"group_key": "inj"
},
"metadata": {
"name": "Injective",
"symbol": "INJ",
"symbol_denom": "inj",
"decimals_denom": 18,
"decimals_display": 4
},
"classification": {
"kind": "regular",
"neptune_receipt_asset": {
"id": "token;inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f",
"group": "token",
"group_key": "inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f"
}
}
},
"config": {
"enabled": true,
"collateral_cap": null,
"allowable_ltv": "0.1",
"liquidation_ltv": "0.7",
"min_discount": "0.14",
"max_discount": "0.16",
"extra": {
"text": {
"min_discount": "14.00%",
"allowable_ltv": "10.00%",
"collateral_cap": "",
"liquidation_ltv": "70.00%",
"max_discount": "16.00%"
},
"value": {
"collateral_cap": null,
"price": "2.99835",
"extra": {
"text": {
"collateral_cap": null,
"price": "$2.99"
}
}
}
}
},
"state": {
"collateral_sum": "1434197454977",
"balance": "992132705578",
"extra": {
"text": {
"collateral_sum": "0.0000 INJ"
},
"value": {
"collateral_sum": "0.00000430022593913",
"price": "2.99835",
"extra": {
"text": {
"collateral_sum": "$0.00",
"price": "$2.99"
}
}
}
}
}
}
],
"debts": [
{
"asset_info": {
"asset": {
"id": "native;inj",
"group": "native",
"group_key": "inj"
},
"metadata": {
"name": "Injective",
"symbol": "INJ",
"symbol_denom": "inj",
"decimals_denom": 18,
"decimals_display": 4
},
"classification": {
"kind": "regular",
"neptune_receipt_asset": {
"id": "token;inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f",
"group": "token",
"group_key": "inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f"
}
}
},
"rate": {
"apr": "0.28494725",
"apy": "0.32969189",
"extra": {
"text": {
"apy": "32.96%",
"apr": "28.49%"
}
}
},
"config": {
"enabled": true,
"borrow_cap": null,
"interest_fee": "0.01",
"borrow_halt_utilization": "0.9",
"extra": {
"text": {
"borrow_halt_utilization": "90.00%",
"borrow_cap": "",
"interest_fee": "1.00%"
},
"value": {
"price": "2.99835",
"borrow_cap": null,
"extra": {
"text": {
"price": "$2.99",
"borrow_cap": null
}
}
}
}
},
"state": {
"principal_sum": "1667143666263",
"balance_sum": "11659168021630",
"utilization_accumulator": "76241.882286236684092386",
"time_last_distributed_interest": "2026-04-09T22:40:09.138417816Z",
"extra": {
"text": {
"time_last_distributed_interest": "2026-04-09 10:40:09 PM +00:00",
"principal_sum": "0.0000 INJ",
"balance_sum": "0.0000 INJ"
},
"value": {
"principal_sum": "0.000004998680211739",
"balance_sum": "0.000034958266437654",
"price": "2.99835",
"extra": {
"text": {
"price": "$2.99",
"principal_sum": "$0.00",
"balance_sum": "$0.00"
}
}
}
}
}
}
]
},
"error": null,
"status": 200,
"status_text": "200 OK"
}{
"data": null,
"error": {
"kind": "internal",
"scope": "server",
"message": "An unexpected error occurred"
},
"status": 500,
"status_text": "500 Internal Server Error"
}Returns Examples
{
"data": {
"collaterals": [
{
"asset_info": {
"asset": {
"id": "native;inj",
"group": "native",
"group_key": "inj"
},
"metadata": {
"name": "Injective",
"symbol": "INJ",
"symbol_denom": "inj",
"decimals_denom": 18,
"decimals_display": 4
},
"classification": {
"kind": "regular",
"neptune_receipt_asset": {
"id": "token;inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f",
"group": "token",
"group_key": "inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f"
}
}
},
"config": {
"enabled": true,
"collateral_cap": null,
"allowable_ltv": "0.1",
"liquidation_ltv": "0.7",
"min_discount": "0.14",
"max_discount": "0.16",
"extra": {
"text": {
"min_discount": "14.00%",
"allowable_ltv": "10.00%",
"collateral_cap": "",
"liquidation_ltv": "70.00%",
"max_discount": "16.00%"
},
"value": {
"collateral_cap": null,
"price": "2.99835",
"extra": {
"text": {
"collateral_cap": null,
"price": "$2.99"
}
}
}
}
},
"state": {
"collateral_sum": "1434197454977",
"balance": "992132705578",
"extra": {
"text": {
"collateral_sum": "0.0000 INJ"
},
"value": {
"collateral_sum": "0.00000430022593913",
"price": "2.99835",
"extra": {
"text": {
"collateral_sum": "$0.00",
"price": "$2.99"
}
}
}
}
}
}
],
"debts": [
{
"asset_info": {
"asset": {
"id": "native;inj",
"group": "native",
"group_key": "inj"
},
"metadata": {
"name": "Injective",
"symbol": "INJ",
"symbol_denom": "inj",
"decimals_denom": 18,
"decimals_display": 4
},
"classification": {
"kind": "regular",
"neptune_receipt_asset": {
"id": "token;inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f",
"group": "token",
"group_key": "inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f"
}
}
},
"rate": {
"apr": "0.28494725",
"apy": "0.32969189",
"extra": {
"text": {
"apy": "32.96%",
"apr": "28.49%"
}
}
},
"config": {
"enabled": true,
"borrow_cap": null,
"interest_fee": "0.01",
"borrow_halt_utilization": "0.9",
"extra": {
"text": {
"borrow_halt_utilization": "90.00%",
"borrow_cap": "",
"interest_fee": "1.00%"
},
"value": {
"price": "2.99835",
"borrow_cap": null,
"extra": {
"text": {
"price": "$2.99",
"borrow_cap": null
}
}
}
}
},
"state": {
"principal_sum": "1667143666263",
"balance_sum": "11659168021630",
"utilization_accumulator": "76241.882286236684092386",
"time_last_distributed_interest": "2026-04-09T22:40:09.138417816Z",
"extra": {
"text": {
"time_last_distributed_interest": "2026-04-09 10:40:09 PM +00:00",
"principal_sum": "0.0000 INJ",
"balance_sum": "0.0000 INJ"
},
"value": {
"principal_sum": "0.000004998680211739",
"balance_sum": "0.000034958266437654",
"price": "2.99835",
"extra": {
"text": {
"price": "$2.99",
"principal_sum": "$0.00",
"balance_sum": "$0.00"
}
}
}
}
}
}
]
},
"error": null,
"status": 200,
"status_text": "200 OK"
}{
"data": null,
"error": {
"kind": "internal",
"scope": "server",
"message": "An unexpected error occurred"
},
"status": 500,
"status_text": "500 Internal Server Error"
}