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.12587023",
"apy": "0.13413498",
"extra": {
"text": {
"apy": "13.41%",
"apr": "12.58%"
}
}
},
"state": {
"principal": "425740748412504991838699",
"receipt_total_supply": "396952939907783847231686",
"redemption_ratio": "1.072521968249961422",
"extra": {
"text": {
"redemption_ratio": "1.0725",
"receipt_total_supply": "396,952.9399 nINJ",
"principal": "425,740.7484 INJ"
},
"value": {
"price": "2.99835",
"principal": "1276519.773002634342279563",
"extra": {
"text": {
"principal": "$1,276,519.77",
"price": "$2.99"
}
}
}
}
}
},
"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": {
"allowable_ltv": "10.00%",
"collateral_cap": "",
"min_discount": "14.00%",
"max_discount": "16.00%",
"liquidation_ltv": "70.00%"
},
"value": {
"price": "2.99835",
"collateral_cap": null,
"extra": {
"text": {
"collateral_cap": null,
"price": "$2.99"
}
}
}
}
},
"state": {
"shares": "64106528716615036558606",
"balance": "64106528716615036558606",
"extra": {
"text": {
"shares": "64,106.5287 INJ",
"balance": "64,106.5287 INJ"
},
"value": {
"shares": "192213.810377462694865496",
"price": "2.99835",
"balance": "192213.810377462694865496",
"extra": {
"text": {
"balance": "$192,213.81",
"price": "$2.99",
"shares": "$192,213.81"
}
}
}
}
}
},
"borrow_debt": {
"rate": {
"apr": "0.14417766",
"apy": "0.1550893",
"extra": {
"text": {
"apy": "15.50%",
"apr": "14.41%"
}
}
},
"config": {
"enabled": true,
"borrow_cap": null,
"interest_fee": "0.01",
"borrow_halt_utilization": "0.9",
"extra": {
"text": {
"interest_fee": "1.00%",
"borrow_halt_utilization": "90.00%",
"borrow_cap": ""
},
"value": {
"price": "2.99835",
"borrow_cap": null,
"extra": {
"text": {
"borrow_cap": null,
"price": "$2.99"
}
}
}
}
},
"state": {
"shares": "257344766573329153564382",
"balance": "289163663738491570486969",
"utilization_accumulator": "47420798808078364.535963233568956896",
"time_last_distributed_interest": "2026-04-17T19:35:03.420760384Z",
"extra": {
"text": {
"shares": "257,344.7665 INJ",
"balance": "289,163.6637 INJ",
"time_last_distributed_interest": "2026-04-17 07:35:03 PM +00:00"
},
"value": {
"shares": "771609.680855141467589764",
"balance": "867013.871170306200369603",
"price": "2.99835",
"extra": {
"text": {
"balance": "$867,013.87",
"price": "$2.99",
"shares": "$771,609.68"
}
}
}
}
}
}
},
"error": null,
"status": 200,
"status_text": "OK"
}{
"data": null,
"error": {
"kind": "internal",
"scope": "server",
"message": "An unexpected error occurred"
},
"status": 500,
"status_text": "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.12587023",
"apy": "0.13413498",
"extra": {
"text": {
"apy": "13.41%",
"apr": "12.58%"
}
}
},
"state": {
"principal": "425740748412504991838699",
"receipt_total_supply": "396952939907783847231686",
"redemption_ratio": "1.072521968249961422",
"extra": {
"text": {
"redemption_ratio": "1.0725",
"receipt_total_supply": "396,952.9399 nINJ",
"principal": "425,740.7484 INJ"
},
"value": {
"price": "2.99835",
"principal": "1276519.773002634342279563",
"extra": {
"text": {
"principal": "$1,276,519.77",
"price": "$2.99"
}
}
}
}
}
},
"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": {
"allowable_ltv": "10.00%",
"collateral_cap": "",
"min_discount": "14.00%",
"max_discount": "16.00%",
"liquidation_ltv": "70.00%"
},
"value": {
"price": "2.99835",
"collateral_cap": null,
"extra": {
"text": {
"collateral_cap": null,
"price": "$2.99"
}
}
}
}
},
"state": {
"shares": "64106528716615036558606",
"balance": "64106528716615036558606",
"extra": {
"text": {
"shares": "64,106.5287 INJ",
"balance": "64,106.5287 INJ"
},
"value": {
"shares": "192213.810377462694865496",
"price": "2.99835",
"balance": "192213.810377462694865496",
"extra": {
"text": {
"balance": "$192,213.81",
"price": "$2.99",
"shares": "$192,213.81"
}
}
}
}
}
},
"borrow_debt": {
"rate": {
"apr": "0.14417766",
"apy": "0.1550893",
"extra": {
"text": {
"apy": "15.50%",
"apr": "14.41%"
}
}
},
"config": {
"enabled": true,
"borrow_cap": null,
"interest_fee": "0.01",
"borrow_halt_utilization": "0.9",
"extra": {
"text": {
"interest_fee": "1.00%",
"borrow_halt_utilization": "90.00%",
"borrow_cap": ""
},
"value": {
"price": "2.99835",
"borrow_cap": null,
"extra": {
"text": {
"borrow_cap": null,
"price": "$2.99"
}
}
}
}
},
"state": {
"shares": "257344766573329153564382",
"balance": "289163663738491570486969",
"utilization_accumulator": "47420798808078364.535963233568956896",
"time_last_distributed_interest": "2026-04-17T19:35:03.420760384Z",
"extra": {
"text": {
"shares": "257,344.7665 INJ",
"balance": "289,163.6637 INJ",
"time_last_distributed_interest": "2026-04-17 07:35:03 PM +00:00"
},
"value": {
"shares": "771609.680855141467589764",
"balance": "867013.871170306200369603",
"price": "2.99835",
"extra": {
"text": {
"balance": "$867,013.87",
"price": "$2.99",
"shares": "$771,609.68"
}
}
}
}
}
}
},
"error": null,
"status": 200,
"status_text": "OK"
}{
"data": null,
"error": {
"kind": "internal",
"scope": "server",
"message": "An unexpected error occurred"
},
"status": 500,
"status_text": "Internal Server Error"
}