outsmartchad / solana-trading-cli

High-performance modules for develop Solana Trading Bots: CLI, gRPC bots, and low-latency integrations with Jito, bloXroute, Jupiter, and DEXes
MIT License
248 stars 113 forks source link

bloxroute not available #23

Closed lonely1215225 closed 2 months ago

lonely1215225 commented 2 months ago

image

Teacher, is there any use case of bloxroute?

outsmartchad commented 2 months ago

Please Go to bloXroute account portal to get the auth header and paste in the .env, go to https://docs.bloxroute.com/apis/authorization-headers. i wrote a example in swap.ts in raydium/Pool/swap.ts, you can see i comment it, you can uncomment and try after you set your auth header in .env

lonely1215225 commented 2 months ago

Please Go to bloXroute account portal to get the auth header and paste in the .env, go to https://docs.bloxroute.com/apis/authorization-headers. i wrote a example in swap.ts in raydium/Pool/swap.ts, you can see i comment it, you can uncomment and try after you set your auth header in .env

thanks a lot!