curl --request POST \
--url https://prv.gateway.indexer.biya.io/injective_spot_exchange_rpc.InjectiveSpotExchangeRPC/TradesV2 \
--header 'Content-Type: application/json' \
--data '
{
"market_id": "<string>",
"execution_side": "<string>",
"direction": "<string>",
"subaccount_id": "<string>",
"skip": 123,
"limit": 123,
"start_time": 123,
"end_time": 123,
"market_ids": [
{}
],
"subaccount_ids": [
{}
],
"execution_types": [
{}
],
"trade_id": "<string>",
"account_address": "<string>",
"cid": "<string>",
"fee_recipient": "<string>"
}
'