cURL
curl --request GET \ --url https://api.doppapp.com/v1/public/get_trade_volumes
[ { "trades_stats": [ { "call_volume_1d": 123, "call_volume_30d": 123, "call_volume_7d": 123, "currency": "<string>", "currency_pair": "<string>", "put_volume_1d": 123, "put_volume_30d": 123, "put_volume_7d": 123 } ] } ]
Retrieves aggregated 24h trade volumes for different instrument types and currencies.
The response is of type object[].
object[]