πŸ’ 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 --version

Get 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.sig
KEY=API_KEY

View your tresure.key wallet balance

aut account info -k $HOME/.autonity/keystore/tresure.key

View off-chain CAX balance

https GET https://cax.piccadilly.autonity.org/api/balances/ API-Key:$KEY

Deposit 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