Type Alias GetCollectionTradingBoardParams

GetCollectionTradingBoardParams: PaginatedParams<{
    chainId?: number;
    timeRange:
        | "one_hour"
        | "one_day"
        | "one_week"
        | "one_month";
}>