↓ 2 callersMethodcreate_order(
self,
token_id: str,
side: str,
price: float,
size: float,
n
src/polybot5m/execution/clob_client.py:844
↓ 2 callersMethodplace_limit_order(
self,
token_id: str,
side: str,
price: float,
shares: float,
src/polybot5m/execution/paper_exchange.py:414
↓ 1 callersFunction_generate_auth_headers(
method: str,
path: str,
body: bytes,
user_id: str,
secret: str,
)
src/polybot5m/data/chainlink_feed.py:19
↓ 1 callersMethod_place_limit_buy(
self,
slot: MarketSlot,
token_id: str,
price: float,
shares: float,
src/polybot5m/execution/exit_strategy.py:836