Lookup merged market data by asset
markets.get_merged_by_asset(MarketGetMergedByAssetParams**kwargs) -> MarketGetMergedByAssetResponse
GET/api/v1/markets/merged/lookup
Lookup merged market data by asset
Lookup merged market data by asset
from neptune_api_v2 import NeptuneAPIV2
client = NeptuneAPIV2()
response = client.markets.get_merged_by_asset(
asset_id="token;-K-//-//3-",
)
print(response.data){
"data": {
"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"
}
}
},
"lend": {
"rate": {
"apr": "0.05674109",
"apy": "0.05838175",
"extra": {
"text": {
"apy": "5.83%",
"apr": "5.67%"
}
}
},
"state": {
"principal_sum": "425740748412504991838699",
"receipt_total_supply": "396952939907783847231686",
"redemption_ratio": "1.072521968249961422",
"extra": {
"text": {
"redemption_ratio": "1.0725",
"receipt_total_supply": "396,952.9399 nINJ",
"principal_sum": "425,740.7484 INJ"
},
"value": {
"price": "2.99835",
"principal_sum": "1276519.773002634342279563",
"extra": {
"text": {
"price": "$2.99",
"principal_sum": "$1,276,519.77"
}
}
}
}
}
},
"borrow_collateral": {
"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": "9121720851143",
"balance": "3383942239892",
"extra": {
"text": {
"collateral_sum": "0.0000 INJ"
},
"value": {
"collateral_sum": "0.000027350111714024",
"price": "2.99835",
"extra": {
"text": {
"collateral_sum": "$0.00",
"price": "$2.99"
}
}
}
}
}
},
"borrow_debt": {
"rate": {
"apr": "0.18675966",
"apy": "0.20533756",
"extra": {
"text": {
"apy": "20.53%",
"apr": "18.67%"
}
}
},
"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": "8937703110477",
"balance_sum": "18275459071570",
"utilization_accumulator": "27026.311276894544332545",
"time_last_distributed_interest": "2026-04-09T22:40:09.137784316Z",
"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.000026798362121298",
"balance_sum": "0.000054796222707241",
"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": {
"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"
}
}
},
"lend": {
"rate": {
"apr": "0.05674109",
"apy": "0.05838175",
"extra": {
"text": {
"apy": "5.83%",
"apr": "5.67%"
}
}
},
"state": {
"principal_sum": "425740748412504991838699",
"receipt_total_supply": "396952939907783847231686",
"redemption_ratio": "1.072521968249961422",
"extra": {
"text": {
"redemption_ratio": "1.0725",
"receipt_total_supply": "396,952.9399 nINJ",
"principal_sum": "425,740.7484 INJ"
},
"value": {
"price": "2.99835",
"principal_sum": "1276519.773002634342279563",
"extra": {
"text": {
"price": "$2.99",
"principal_sum": "$1,276,519.77"
}
}
}
}
}
},
"borrow_collateral": {
"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": "9121720851143",
"balance": "3383942239892",
"extra": {
"text": {
"collateral_sum": "0.0000 INJ"
},
"value": {
"collateral_sum": "0.000027350111714024",
"price": "2.99835",
"extra": {
"text": {
"collateral_sum": "$0.00",
"price": "$2.99"
}
}
}
}
}
},
"borrow_debt": {
"rate": {
"apr": "0.18675966",
"apy": "0.20533756",
"extra": {
"text": {
"apy": "20.53%",
"apr": "18.67%"
}
}
},
"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": "8937703110477",
"balance_sum": "18275459071570",
"utilization_accumulator": "27026.311276894544332545",
"time_last_distributed_interest": "2026-04-09T22:40:09.137784316Z",
"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.000026798362121298",
"balance_sum": "0.000054796222707241",
"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"
}