@velora-dex/cli and installs a velora binary. It needs Node 22 or newer.
Run it without installing
Usenpx (or your package manager’s equivalent) to run the latest version on demand:
Install globally
For repeated use, install it once and callvelora directly:
Your first quote
Price 1,000 DAI to USDC on Ethereum and print a summary:--mode ALL, so the API returns a Delta intent when one is available and falls back to a Market route otherwise. The summary’s path: line tells you which one came back.
To get the full response for scripting, add --json:
Set a partner identifier
Every quote carries apartner string for attribution. The CLI defaults to velora-cli; pass your own app or project name with --partner:
my-app-name with your own identifier. partner is a free, no-signup attribution string, not a secret API key.
Add an API key
For higher rate limits, pass a Pro API key with--api-key, or set the VELORA_API_KEY environment variable and the CLI picks it up automatically:
Next steps
Get Quote
Every flag, the
--payload file, and crosschain quotes.SDK
Build and submit orders programmatically with
@velora-dex/sdk.