curl --request GET \
--url https://synthesis.trade/api/v1/account/api-key \
--header 'X-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"
}
]
}Get account secret API keys for the authenticated account.
curl --request GET \
--url https://synthesis.trade/api/v1/account/api-key \
--header 'X-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"
}
]
}Account secret API key.
Account API keys