Connector Contracts
Create Account
function createAccountAddCollateral(
uint128 accountId,
bool updateOracle,
uint8 weiToSend,
bytes memory oracleData,
uint128 spotSynthMarketId,
uint128 perpSynthMarketId,
uint256 collateralAmount
) public payableAdd collateral to trade
Remove collateral from trade
Long Market Order
Short Market Order
Reduce Position Size
Close a Position
Reverse Trade Position
Manuall Settle Trade
Short with TPSL
Long with TPSL
Create Limit Order
Modify Limit Order
Cancel Limit Order
Last updated