Skip to main content

Reopen Trading Account

API URL: DELETE https://userapi-demo.s2f.projectx.com/TradingAccount/reopen/{tradingAccountId}

API Reference: /TradingAccount/reopen/{tradingAccountId}

Description


Reopens a previously closed Trading Account.

Parameters


NameTypeDescriptionRequiredNullable
tradingAccountIdintegerThe Trading Account's id.Requiredfalse

Example Usage


Example Request

curl -X 'DELETE' \
'https://userapi-demo.s2f.projectx.com/TradingAccount/reopen/7' \
-H 'accept: application/json'

Example Response