Skip to main content
POST
Create Account

Authorizations

x-api-key
string
header
default:lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663
required

API key of the application. Only valid together with the x-user-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it. The pair is granted the same permissions the operation's OAuth scopes describe.

Demo credential for trying the API from these docs: lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663

x-user-key
string
header
default:eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_
required

User-specific authentication key. Only valid together with the x-api-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it.

Demo credential for trying the API from these docs: eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_

Headers

x-request-id
string<uuid>
required

A unique request identifier.

Example:

"3ecb37c4-13c3-4b79-bbd4-d92dce9c7421"

Body

application/json
status
enum<string>
required

The current status of the sub-account.

Available options:
Pending,
MissingKyc,
InvalidKyc,
RejectedByThirdParty,
Approved
Example:

"Pending"

accountId
string
required

Unique identifier for the account.

Example:

"12345-abcde"

accountType
enum<string>
required

Type of the account.

Available options:
Trading,
Cash,
ISA
Example:

"Trading"

accountVisibility
enum<string>
required

Visibility status of the account.

Available options:
Visible,
NotVisible
Example:

"Visible"

accountCurrencies
string[]
required

List of currencies associated with the account.

Example:
additionalData
object
required

Additional data related to the account.

Example:
additionalParams
object

Additional parameters for the account.

Example:

Response

Account created successfully