---
title: "trades"
method: POST
path: "/info"
---

# trades

`POST /info`

## Request body

- object
  - `method` string, required
  - `params` object, required
    - `symbol` string, required
    - `limit` integer — count of trades to return, default = 50, max = 50

## Response `200`

Successful response

- object[]
  - `instrument_id` integer
  - `instrument` string
  - `trade_id` integer
  - `tx_hash` string
  - `side` string
  - `price` string
  - `size` string
  - `maker` string
  - `taker` string
  - `timestamp` string

## Other responses

- `400` — Bad request

---

[API](https://skmtc.dev/hotstuff/apis/hotstuff-exchange-api-add-agent.md) · [All operations](https://skmtc.dev/hotstuff/apis/hotstuff-exchange-api-add-agent/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hotstuff/hotstuff-exchange-api-add-agent/revisions/9799b0ce8e91/schema)
