curl --request POST \
--url https://prv.gateway.indexer.biya.io/injective_derivative_exchange_rpc.InjectiveDerivativeExchangeRPC/StreamOrdersHistory \
--header 'Content-Type: application/json' \
--data '
{
"subaccount_id": "<string>",
"market_id": "<string>",
"order_types": [
{}
],
"direction": "<string>",
"state": "<string>"
}
'