rozod
    Preparing search index...

    Variable getUsersUseridCanTradeWithConst Api Param

    getUsersUseridCanTradeWith: EndpointGeneric<
        { userId: number },
        { canTrade: boolean; status: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 },
        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.