π Autonity
Get setup to access your CAX account
Install
sudo apt install snapd
sudo apt install python3-pip
pip install httpie==3.2.2
http --versionGet API KEY
MESSAGE=$(jq -nc --arg nonce "$(date +%s%N)" '$ARGS.named')
aut account sign-message $MESSAGE message.sig -k $HOME/.autonity/keystore/tresure.key > message.sig
echo -n $MESSAGE | https https://cax.piccadilly.autonity.org/api/apikeys api-sig:@message.sigKEY=API_KEYView your tresure.key wallet balance
aut account info -k $HOME/.autonity/keystore/tresure.keyView off-chain CAX balance
https GET https://cax.piccadilly.autonity.org/api/balances/ API-Key:$KEYDeposit USDC to CAX
View orderbooks
Getting current price of NTN-USDC
Buy NTN with limit-order
Check order (Enter order ID from previous step)
Cancel open order
Withdraw
Bond NTN to validator
Or
Unbond
Transfer USDC
Last updated