/api/market/hubs
/api/market/hubs
Returns market hubs available for trade execution.
Method
GET
Observed Response Shape
{
"hubs": [
{
"id": 44,
"name": "Core Hub"
}
]
}
Notes
- Partial schema inferred from the fill-order modal.
- The addon only requires
idandnameand then joins the result with/api/market/my-balancesby hub ID. - The server may provide location or ownership metadata that the current UI ignores.