Crate dexscreener

Source

Re-exports§

pub use reqwest;

Structs§

Client
A Dexscreener API HTTP client.
Liquidity
Pair
PairResponse
RClient
An asynchronous Client to make Requests with.
Timed
Token
Transactions
Url
A parsed URL record.

Enums§

ClientError
A Dexscreener error.

Constants§

BASE_URL
The Dexscreener API URL.

Traits§

IntoUrl
A trait to try to convert some type into a Url.

Functions§

format_addresses
Formats a list of addresses into comma-separated list.

Type Aliases§

Result
Type alias for Result<T, ClientError>