---
title: "Get order matched detail"
method: GET
path: "/v4/mm/get_order_matched_detail"
tags: ["order"]
---

# Get order matched detail

`GET /v4/mm/get_order_matched_detail`

## Query parameters

- `order_id` string
- `order_ids` string
- `from` integer
- `to` integer
- `limit` integer
- `next_cursor` string

## Response `200`

OK

- MarketMakerGetOrderMatchingDetailResponseV4
  - `data` V4GetOrderMatchingDetailResponse
    - `matching_details` V4OrderMatchingDetail[]
      - `id` integer
      - `line` number
      - `matched_at` string
      - `order_id` string
      - `price` number
      - `profit` number
      - `quantity` number
      - `status` string
      - `winning_status` string
    - `next_cursor` string
  - `last_synced_at` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/prophetx/apis/external-market-maker-api.md) · [All operations](https://skmtc.net/prophetx/apis/external-market-maker-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prophetx/external-market-maker-api/versions/cf6d43de1db2/schema)
