SetupIntegration
1. Verify connectivity
export FLASH_API_URL="https://flashapi.trade" # API host (v2 lives under /v2)
export SOLANA_RPC_URL="https://api.mainnet-beta.solana.com"
export V2_RPC_URL="<v2-rpc-endpoint>" # for v2 trade submission
# Health + reference data
curl $FLASH_API_URL/v2/health
curl $FLASH_API_URL/v2/tokens
curl $FLASH_API_URL/v2/prices2. Know where to submit
Endpoint group
Submit to
3. Dependencies (by language)
Language
HTTP Client
Solana Signing
Basket Decoding
4. One-time wallet setup
5. Verify your integration
Last updated
Was this helpful?

