Skip to main content
Each user can have multiple Trading Accounts for different trading strategies.
In the SDK, API, and Move contracts, Trading Accounts are called subaccount. The endpoint is /subaccounts, the function is create_new_subaccount, and the SDK method is createSubaccount. We refer to them as Trading Accounts.
Function:
ABI Object:
Parameters:
  • signer - The account signer (your account)
Example: