Re-exports§
pub use reqwest;
Structs§
- Client
- A Dexscreener API HTTP client.
- Liquidity
- Pair
- Pair
Response - RClient
- An asynchronous
Client
to make Requests with. - Timed
- Token
- Transactions
- Url
- A parsed URL record.
Enums§
- Client
Error - A Dexscreener error.
Constants§
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>