For the complete documentation index, see llms.txt. This page is also available as Markdown.

Rust SDK

Objective

This SDK is designed to make it easy for you to use the bloXroute Labs API in Rust.

Source:

https://crates.io/crates/solana-trader-client-rust Installation

or

Usage

The SDK provides access to Solana Trader API through:

  • gRPC: High-performance RPC calls

  • HTTP: Simple REST requests

  • WebSocket: Real-time streaming data

Client Initialization

Refer to SETUP.md for available networks, regions IDE setup and notes on testing.

Create and populate your .env file with something like this:

Please refer to the tests directory for more examples.

Last updated