Cascade
Testnet

Setup Delegate

Find the Delegates modal and add a delegate address for API signing

Setup Delegate

After account setup and funding, add a delegate address that your API client will use for signing.

Prerequisites

1) Open the profile menu

In the top-right of the app, open your profile menu and click Delegates.

Profile menu with Delegates option

2) Confirm the empty Delegates modal

You should see the Delegates modal with the Add Delegate Address input.

Empty Delegates modal

3) Add the delegate address

In the modal:

  1. Paste the delegate address in Add Delegate Address
  2. Click Add
  3. Confirm it appears in Current Delegates

Delegate added in current delegates list

Verify via API

curl "https://engine.cascade.cooking/account/delegates?account=<ACCOUNT>&subaccountIndex=<INDEX>" \
  -H "Authorization: Bearer <token>"

If auth/signing still fails, verify you are using the correct account + subaccountIndex pair.

Next step

Continue to Connect to API.