rozod
    Preparing search index...

    Variable getTradesTradestatustypeCountConst Api Param

    getTradesTradestatustypeCount: EndpointGeneric<
        { tradeStatusType: 1
        | 2
        | 3
        | 4 },
        { count: number },
        undefined,
    > = ...

    GET https://trades.roblox.com/v1/trades/:tradeStatusType/count Gets the total number of pending trades for the authenticated user. Inbound is the only accepted tradeStatusType. tradeStatusType The trade status type to fetch a total count for.