GET
/
v1
/
public
/
get_last_trades_by_instrument
curl --request GET \
  --url https://api.doppapp.com/v1/public/get_last_trades_by_instrument
[
  {
    "last_trades": [
      {
        "amount": 123,
        "instrument_name": "<string>",
        "iv": 123,
        "maker": "<string>",
        "mark_price": 123,
        "order_id": 123,
        "price": 123,
        "taker": "<string>",
        "tick_direction": 123,
        "timestamp": 123,
        "trade_id": "<string>",
        "trade_seq": 123
      }
    ]
  }
]

Query Parameters

instrument_name
string
required
start_timestamp
integer | null
end_timestamp
integer | null
count
integer | null
sorting
string | null

Response

200 - application/json
Get last trades per instrument
last_trades
object[]
required