MCPcopy Create free account
hub / github.com/Rushifakami/csfloat_api / get_offers

Method get_offers

csfloat_client.py:349–353  ·  view source on GitHub ↗
(self, limit: int = 40)

Source from the content-addressed store, hash-verified

347 return response
348
349 async def get_offers(self, limit: int = 40):
350 parameters = f"/me/offers-timeline?limit={limit}"
351 method = "GET"
352 response = await self._request(method=method, parameters=parameters)
353 return response
354
355 async def get_trade_history(self, role: str = "seller", limit: int = 30, page: int = 0):
356 self._validate_role(role)

Callers

nothing calls this directly

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected