rozod
    Preparing search index...

    Variable getUsersUseridCanTradeWithConst Api Param

    getUsersUseridCanTradeWith: EndpointGeneric<
        { userId: number },
        {
            canTrade: boolean;
            status:
                | "Unknown"
                | "CanTrade"
                | "CannotTradeWithSelf"
                | "SenderCannotTrade"
                | "ReceiverCannotTrade"
                | "SenderPrivacyTooStrict"
                | "UsersCannotTrade"
                | "TradeAccepterNeedsFriction";
        },
        undefined,
    > = ...

    GET https://trades.roblox.com/v1/users/:userId/can-trade-with Returns whether you can trade with another user. userId The other user's id.