api-keys

Get API Keys

Endpoint for retrieving all API keys associated with the authenticated user. API keys allow programmatic access to the platform without requiring username/password authentication. Each key has a unique identifier and name.

get/api_keys

Query parameters

fcm_subtrader_idstring

Return only API keys bound to this FCM subtrader. Spelled {your_user_id}_{suffix}; only FCM members hold bound keys. Omit to return every key.

Response

List of API keys retrieved successfully

api_key_region_expiration_tsinteger nullable

Unix timestamp (seconds) when the account's location attestation for API key requests expires; a past value means the attestation has lapsed. Absent when the account has never attested.

Changes

Changed in 2 of the 19 revisions of this API.3

    • added the new optional query request parameter fcm_subtrader_id

      new-optional-request-parameter

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added