Quickstart
Step 1 — Install the CLI
npx @trustwallet/cli --versionnpm install -g @trustwallet/cli
twak --versionStep 2 — Configure credentials
twak init --api-key your_access_id \
--api-secret your_hmac_secretexport TWAK_ACCESS_ID=your_access_id
export TWAK_HMAC_SECRET=your_hmac_secretStep 3 — Make your first request
Step 4 — Explore more commands
Next steps
Last updated
Was this helpful?