π Autonity
Get setup to access your CAX account
sudo apt install snapd
sudo apt install python3-pip
pip install httpie==3.2.2
http --versionMESSAGE=$(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_KEYaut 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
Unbond
Last updated