Reference
Authentication
Every request needs an API key, sent either as a bearer token or an x-api-key header.
curl -N "https://veltrabot.com/v1/wallets/{address}/history" \
-H "Authorization: Bearer YOUR_API_KEY"Get a key by signing up at /dashboard — the free trial issues one immediately, no card required.