GET
/references/exchanges/{mic}Get exchange details
Returns detailed information for a single exchange by MIC.
Code samples
Try it
Try it live
Send a real request to this endpoint with your API key. Sign in to try it from your browser.
Parameters
Path parameters
micrequiredstring
Exchange MIC (e.g., XLON)
Responses
200Exchange details{
"data": ExchangeDetail
}404Resource not found{
"error": ErrorDetail
}500Server error{
"error": ErrorDetail
}