Response from creating a new trading account.

interface CreateAccountResponse {
    nonce: string;
    trade_account_id: TradeAccountId;
}

Properties

nonce: string

Initial nonce value.

trade_account_id: TradeAccountId

The newly created trade account contract ID.