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

Method get_exchange_rates

csfloat_client.py:122–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120 raise ValueError(f'Unknown role parameter: {role}')
121
122 async def get_exchange_rates(self) -> Optional[dict]:
123 parameters = "/meta/exchange-rates"
124 method = "GET"
125
126 response = await self._request(method=method, parameters=parameters)
127 return response
128
129 async def get_me(self, *, raw_response: bool = False) -> Optional[Me]:
130 parameters = "/me"

Callers

nothing calls this directly

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected