Skip to main content
Get Account Session
curl --request GET \
  --url https://synthesis.trade/api/v1/account/session \
  --header 'X-API-KEY: <api-key>'
{
  "success": true,
  "response": {
    "authenticated": true
  }
}

Authorizations

X-API-KEY
string
header
required

Account secret API key.

Response

200 - application/json

Account authenticated