UNPKG

@cowprotocol/cow-sdk

Version:

<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>

15 lines (14 loc) 496 B
/** * GraphQL query for the total number of tokens, orders, traders, settlements, volume, and fees. */ export declare const TOTALS_QUERY: string; /** * GraphQL query for the total volume over the last N days. * @param days The number of days to query. */ export declare const LAST_DAYS_VOLUME_QUERY: string; /** * GraphQL query for the total volume over the last N hours. * @param hours The number of hours to query. */ export declare const LAST_HOURS_VOLUME_QUERY: string;