VECTRA requires users to provide their own third-party API keys. This ensures full user autonomy, data privacy, and zero custody risk. VECTRA never stores, shares, or accesses your funds.
Required: Hyperliquid API
1
Connect to app.hyperliquid.xyz
Go to https://app.hyperliquid.xyz and connect your wallet.
2
Generate an API key pair
Navigate to API settings and generate an API key pair (or use your wallet private key for SDK).
3
Add to your .env
Add the following to your .env file:
.env
Optional: Coinglass API Key
Required for PRO tier and above (on-chain data features).
1
Create account
Go to https://www.coinglass.com and create an account.
2
Generate API key
Navigate to API settings and generate an API key.
3
Add to your .env
Add the following to your .env file:
.env
Free Coinglass accounts have limited endpoints and rate limits. Paid plans ($39-$99/month) unlock additional data sources.
Optional: Claude AI API Key
Required for PRO tier and above (AI validation features).
1
Create account and add billing
Go to https://console.anthropic.com, create an account, and add billing.
2
Generate API key
Generate an API key in the Anthropic console.
3
Add to your .env
Add the following to your .env file:
.env
Typical usage: 20-100 API calls per day depending on signal frequency. Cost varies based on model and input/output tokens.
Optional: Telegram Bot
For alerts and monitoring.
1
Create a bot
Open Telegram and search for @BotFather. Create a new bot and copy the token.