QuerySubaccountOrderMetadataResponse is the response type for the Query/SubaccountOrderMetadata RPC method.
GET /injective/exchange/v1beta1/order_metadata/{subaccount_id} HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "metadata": [ { "metadata": { "vanilla_limit_order_count": 1, "reduce_only_limit_order_count": 1, "aggregate_reduce_only_quantity": "text", "aggregate_vanilla_quantity": "text", "vanilla_conditional_order_count": 1, "reduce_only_conditional_order_count": 1 }, "market_id": "text", "isBuy": true } ] }