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

Method get_location

csfloat_client.py:152–157  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

150 return response
151
152 async def get_location(self) -> Optional[dict]:
153 parameters = "/meta/location"
154 method = "GET"
155
156 response = await self._request(method=method, parameters=parameters)
157 return response
158
159 async def get_pending_trades(
160 self, limit: int = 500, page: int = 0

Callers

nothing calls this directly

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected