jup-ag

Crates.iojup-ag
lib.rsjup-ag
version0.8.0
sourcesrc
created_at2022-05-12 00:10:20.668777
updated_at2024-07-01 14:39:24.519308
descriptionJupiter Aggregator API bindings
homepage
repositoryhttps://github.com/mvines/rust-jup-ag
max_upload_size
id584937
size156,755
(mvines)

documentation

README

jup-ag

Jupiter Aggregator API bindings for Rust.

Basic usage examples can be found in the examples directory.

Usage

Examples

To run the examples:

$ cargo run --example <EXAMPLE_NAME>

Using Self-hosted APIs

You can set custom API endpoints via environment variables to use any self-hosted Jupiter APIs. Like the self-hosted V6 Swap API or paid hosted APIs. Here are the ENV vars:

QUOTE_API_URL=https://hosted.api
PRICE_API_URL=https://price.jup.ag/v1
Commit count: 48

cargo fmt