Skip to main content

API Key

All Easier Prop API requests require an API key. Keys are issued by your administrator and start with sk_.
Best for production applications. Keeps credentials out of URLs and logs.

Bearer Token

Standard OAuth-style bearer authentication.

Query Parameter (WebSocket only)

Used exclusively for WebSocket connections where headers cannot be set during the upgrade handshake.

Unauthenticated Request

Response (401):

Invalid Key

Response (401):

Code Examples

WebSocket Authentication

Account Ownership

Each API key has a configurable MT5-account cap. The default is 4 accounts unless your admin grants more. Accounts are scoped to the key that created them, and attempting to access another key’s account returns ACCOUNT_NOT_FOUND.