Skip to main content

Connect Exchange

POST 

/v2/auto/exchanges

Plan Access
All plans, billed per query in credits
Data Recency
Continuous evaluation against live data
Rate Limit
60 to 120 RPM by plan

Connect an exchange integration.

Requires HMAC request signing and an Auto-linked user.

Supported payload shapes:

  • hyperliquid / gmx: metadata-driven wallet connections used by the existing app onboarding flow. This route keeps accepting those payloads.
  • binance: credentials.apiKey + credentials.secret
  • pacifica: credentials.privateKey + credentials.walletAddress

Binance and Pacifica credentials are verified with the venue before the connection is stored.

Request Examples

Binance:

{
"exchange": "binance",
"credentialType": "api_key",
"credentials": {
"apiKey": "binance_api_key",
"secret": "binance_api_secret"
}
}

Pacifica:

{
"exchange": "pacifica",
"credentialType": "wallet",
"credentials": {
"privateKey": "base58_private_key",
"walletAddress": "7dDGpxgjj3j7TRTJQ2qpeqDJvVnikb3exiVjarY4pQS1"
}
}

Request

Responses

Ok