### Environment Variables Source: https://github.com/coin-voyage/examples/blob/main/nextjs-app/README.md Required environment variables for integrating Coin Voyage with Next.js. ```env NEXT_PUBLIC_COIN_VOYAGE_API_KEY= NEXT_PUBLIC_SOLANA_RPC_URL= COIN_VOYAGE_API_SECRET= # Optional; required for SALE orders COIN_VOYAGE_WEBHOOK_SECRET= # Optional; ``` -------------------------------- ### Environment Variables Source: https://github.com/coin-voyage/examples/blob/main/nextjs-app-custom-provider/README.md Required environment variables for integrating Coin Voyage with Next.js. ```shell NEXT_PUBLIC_COIN_VOYAGE_API_KEY= COIN_VOYAGE_API_SECRET= # Optional; required for SALE orders COIN_VOYAGE_WEBHOOK_SECRET= # Optional; ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.