Skip to main content
Get Account API Keys
curl --request GET \
  --url https://synthesis.trade/api/v1/project/account/{account_id}/api-key \
  --header 'X-PROJECT-API-KEY: <api-key>'
{
  "success": true,
  "response": [
    {
      "public_key": "pk_...",
      "name": "bot",
      "active": true,
      "created_at": "2026-01-01T00:00:00",
      "updated_at": "2026-01-01T00:00:00"
    }
  ]
}

Authorizations

X-PROJECT-API-KEY
string
header
required

Project secret API key.

Path Parameters

account_id
string
required

Response

200 - application/json

Account API keys