Smart Contract API
Withdrawal
Quick Overview:
Go to our withdrawal page, or interact with the contract directly.
Check balances
get_user_token_balances
near view asset-manager.orderly-network.near get_user_token_balances '{"user": "bmhc.near"}' --networkId mainnet
Parameters:
Withdraw the asset
user_request_withdraw
near call asset-manager.orderly-network.near user_request_withdraw '{"token": "$tokenAccoutId", "amount": "$tokenAmount"}' --accountId spring2022.near --depositYocto 1 --gas 120000000000000 --networkId mainnet