curl --request POST \
--url https://prv.gateway.indexer.biya.io/injective_spot_exchange_rpc.InjectiveSpotExchangeRPC/SubaccountTradesList \
--header 'Content-Type: application/json' \
--data '
{
"subaccount_id": "<string>",
"market_id": "<string>",
"execution_type": "<string>",
"direction": "<string>",
"skip": 123,
"limit": 123
}
'