accountMarketStats
Query — returns list[AccountMarketStat].
List of all account market stats for a given account
Parameters
| Name | GraphQL type | Required | Description |
|---|---|---|---|
pagination | Pagination | No | The pagination to use for the results. |
filter | StatsFilter | No | Optional filter for returned Account Market Stats. |
geoFencingLicense
Query — returns LicenseResponse.
Returns the Geo fencing license
Example
marketFilterTree
Query — returns MarketFilterTree.
Returns a JSON string representation of the marketFilters (Name, [Children]).
Example
marketInfos
Query — returns list[MarketInfo].
Returns a list of the markets and filtered details
Parameters
| Name | GraphQL type | Required | Description |
|---|---|---|---|
input | MarketInfosInput | No | Optional list of IDs of the marketInfos to return |
marketInfosWithCount
Query — returns MarketInfosWithCount.
Returns a list of the markets and filtered details with the count of entries
Parameters
| Name | GraphQL type | Required | Description |
|---|---|---|---|
input | MarketInfosInput | No | Optional list of IDs of the marketInfos to return |
marketSettlements
Query — returns list[TransactionHistory].
List of all settlement for a given market
Parameters
| Name | GraphQL type | Required | Description |
|---|---|---|---|
marketId | rID! | Yes | The market id to restrict the settlements to. |
pagination | Pagination | No | The pagination to use for the results. |
tradesForSettlement
Query — returns SettlementTrades.
Opening and closing Trades for given settlement_id
Parameters
| Name | GraphQL type | Required | Description |
|---|---|---|---|
settlementId | rID! | Yes | The id of the settlement to find the trades for. |

