GET
/
v1
/
public
/
get_user_trades_by_currency_and_time
curl --request GET \
  --url https://api.doppapp.com/v1/public/get_user_trades_by_currency_and_time
[
  {
    "last_trades": [
      {
        "amount": 123,
        "base_currency": "<string>",
        "direction": "<string>",
        "fee": 123,
        "fee_currency": "<string>",
        "index_price": 123,
        "instrument_name": "<string>",
        "iv": 123,
        "liquidity": "<string>",
        "mark_price": 123,
        "order_id": 123,
        "order_type": "<string>",
        "price": 123,
        "tick_direction": 123,
        "timestamp": 123,
        "trade_direction": "<string>",
        "trade_id": "<string>",
        "trade_seq": 123,
        "wallet_address": "<string>"
      }
    ]
  }
]

Query Parameters

currency
string
required
wallet_address
string
required
start_timestamp
integer
required
end_timestamp
integer
required
count
integer | null
sorting
string | null

Response

200 - application/json
Retrieve the latest user trades that have occurred for instruments in a specific currency symbol and within a given time range.
last_trades
object[]
required