Get Started

Quick start

Create a free account, make your first call, and you're pulling a wallet's complete trade history in minutes.

  1. 1
    Create your free account

    Sign up at /dashboard — 100,000 trades free, no card required.

  2. 2
    Copy your API key

    Your key is issued the moment you sign up — find it on your dashboard.

  3. 3
    Make your first call

    Authenticate with your key and request any wallet's history:

    curl -N "https://veltrabot.com/v1/wallets/{address}/history" \
      -H "Authorization: Bearer YOUR_API_KEY"

    The response streams the wallet's complete history as it's fetched. To query another chain, add ?chain= — for example ?chain=eth for an Ethereum wallet.

What's next