Crypto Exchanges
Binance
Section titled “Binance”ID: binance | Markets: Spot, USDT-M futures | API: Official REST API
| Parameter | Type | Default | Description |
|---|---|---|---|
api_key | string | Required | Binance API key. |
api_secret | string | Required | Binance API secret. |
testnet | string | "false" | "true" for testnet. |
futures | string | "false" | "true" for USDT-M futures. |
curl -X POST https://agents.systemr.ai/v1/broker/connect \ -H "X-API-Key: sr_agent_..." \ -H "Content-Type: application/json" \ -d '{ "broker_type": "binance", "connection_params": { "api_key": "YOUR_API_KEY", "api_secret": "YOUR_API_SECRET", "testnet": "false", "futures": "false" } }'ID: bybit | Markets: Spot, USDT perps, inverse perps, options | API: V5 unified API
| Parameter | Type | Default | Description |
|---|---|---|---|
api_key | string | Required | Bybit API key. |
api_secret | string | Required | Bybit API secret. |
testnet | string | "false" | "true" for testnet. |
category | string | "spot" | "spot", "linear" (USDT perps), "inverse", or "option". |
curl -X POST https://agents.systemr.ai/v1/broker/connect \ -H "X-API-Key: sr_agent_..." \ -H "Content-Type: application/json" \ -d '{ "broker_type": "bybit", "connection_params": { "api_key": "YOUR_API_KEY", "api_secret": "YOUR_API_SECRET", "category": "linear" } }'ID: okx | Markets: Spot, margin, swaps, futures, options | API: V5 API
| Parameter | Type | Default | Description |
|---|---|---|---|
api_key | string | Required | OKX API key. |
secret_key | string | Required | OKX secret key. |
passphrase | string | Required | OKX API passphrase. |
simulated | string | "false" | "true" for simulated trading. |
curl -X POST https://agents.systemr.ai/v1/broker/connect \ -H "X-API-Key: sr_agent_..." \ -H "Content-Type: application/json" \ -d '{ "broker_type": "okx", "connection_params": { "api_key": "YOUR_API_KEY", "secret_key": "YOUR_SECRET_KEY", "passphrase": "YOUR_PASSPHRASE" } }'Coinbase
Section titled “Coinbase”ID: coinbase | Markets: Spot | API: Coinbase Advanced Trade API
| Parameter | Type | Description |
|---|---|---|
api_key | string | Coinbase API key. |
api_secret | string | Coinbase API secret. |
curl -X POST https://agents.systemr.ai/v1/broker/connect \ -H "X-API-Key: sr_agent_..." \ -H "Content-Type: application/json" \ -d '{ "broker_type": "coinbase", "connection_params": { "api_key": "YOUR_API_KEY", "api_secret": "YOUR_API_SECRET" } }'Kraken
Section titled “Kraken”ID: kraken | Markets: Spot, margin | API: Official REST API
| Parameter | Type | Description |
|---|---|---|
api_key | string | Kraken API key. |
private_key | string | Kraken private key (base64-encoded). |
curl -X POST https://agents.systemr.ai/v1/broker/connect \ -H "X-API-Key: sr_agent_..." \ -H "Content-Type: application/json" \ -d '{ "broker_type": "kraken", "connection_params": { "api_key": "YOUR_API_KEY", "private_key": "YOUR_PRIVATE_KEY" } }'Deribit
Section titled “Deribit”ID: deribit | Markets: Crypto options, futures | API: Official API
| Parameter | Type | Default | Description |
|---|---|---|---|
client_id | string | Required | Deribit client ID. |
client_secret | string | Required | Deribit client secret. |
testnet | string | "false" | "true" for testnet. |
curl -X POST https://agents.systemr.ai/v1/broker/connect \ -H "X-API-Key: sr_agent_..." \ -H "Content-Type: application/json" \ -d '{ "broker_type": "deribit", "connection_params": { "client_id": "YOUR_CLIENT_ID", "client_secret": "YOUR_CLIENT_SECRET", "testnet": "false" } }'KuCoin
Section titled “KuCoin”ID: kucoin | Markets: Spot, margin, futures | API: Official API
| Parameter | Type | Description |
|---|---|---|
api_key | string | KuCoin API key. |
api_secret | string | KuCoin API secret. |
passphrase | string | KuCoin API passphrase. |
curl -X POST https://agents.systemr.ai/v1/broker/connect \ -H "X-API-Key: sr_agent_..." \ -H "Content-Type: application/json" \ -d '{ "broker_type": "kucoin", "connection_params": { "api_key": "YOUR_API_KEY", "api_secret": "YOUR_API_SECRET", "passphrase": "YOUR_PASSPHRASE" } }'Gate.io
Section titled “Gate.io”ID: gateio | Markets: Spot, margin, futures, options | API: V4 API
| Parameter | Type | Description |
|---|---|---|
api_key | string | Gate.io API key. |
api_secret | string | Gate.io API secret. |
curl -X POST https://agents.systemr.ai/v1/broker/connect \ -H "X-API-Key: sr_agent_..." \ -H "Content-Type: application/json" \ -d '{ "broker_type": "gateio", "connection_params": { "api_key": "YOUR_API_KEY", "api_secret": "YOUR_API_SECRET" } }'Gemini
Section titled “Gemini”ID: gemini | Markets: Spot (US regulated) | API: Official API
| Parameter | Type | Default | Description |
|---|---|---|---|
api_key | string | Required | Gemini API key. |
api_secret | string | Required | Gemini API secret. |
sandbox | string | "false" | "true" for sandbox. |
curl -X POST https://agents.systemr.ai/v1/broker/connect \ -H "X-API-Key: sr_agent_..." \ -H "Content-Type: application/json" \ -d '{ "broker_type": "gemini", "connection_params": { "api_key": "YOUR_API_KEY", "api_secret": "YOUR_API_SECRET", "sandbox": "false" } }'Bitfinex
Section titled “Bitfinex”ID: bitfinex | Markets: Spot, margin, derivatives | API: V2 API
| Parameter | Type | Description |
|---|---|---|
api_key | string | Bitfinex API key. |
api_secret | string | Bitfinex API secret. |
curl -X POST https://agents.systemr.ai/v1/broker/connect \ -H "X-API-Key: sr_agent_..." \ -H "Content-Type: application/json" \ -d '{ "broker_type": "bitfinex", "connection_params": { "api_key": "YOUR_API_KEY", "api_secret": "YOUR_API_SECRET" } }'ID: aster | Markets: Perpetuals | API: Binance-compatible REST API
Aster DEX is backed by YZi Labs (CZ). Uses a Binance-compatible API interface.
| Parameter | Type | Description |
|---|---|---|
api_key | string | Aster API key. |
api_secret | string | Aster API secret. |
curl -X POST https://agents.systemr.ai/v1/broker/connect \ -H "X-API-Key: sr_agent_..." \ -H "Content-Type: application/json" \ -d '{ "broker_type": "aster", "connection_params": { "api_key": "YOUR_API_KEY", "api_secret": "YOUR_API_SECRET" } }'