Developer API
Bot access and signed REST trading
Create API keys by signing a wallet intent. Secrets are shown once. HMAC requests can read markets, place signed-equivalent orders, and manage positions according to key permissions.
Keys
Quick examples
from coyoti import CoyotiClient client = CoyotiClient(api_key, api_secret, "https://api.coyotimarket.com") market = client.get_live_markets()[0] client.open_position(market["id"], "up", "100.00", "55.00")