Documentation
README
Superior Trade Authentication
Use this skill to get a Superior Trade API key and make authenticated requests to https://unified-api-zag4gzx6gq-an.a.run.app.
API Key Onboarding
If a user does not already have a Superior Trade API key, ask for the email address that should receive the key. Do not ask for wallet keys, seed phrases, private keys, passwords, or other secrets.
Request a verification OTP with:
curl -sS https://unified-api-zag4gzx6gq-an.a.run.app/account/register \
-X POST \
-H 'Content-Type: application/json' \
-d '{"email":"user@example.com"}'
Ask the user for the OTP sent to that inbox, then exchange it for an API key:
This is the opening of the README. Read the full README on GitHub.