1 unstable release

Uses new Rust 2024

new 0.0.1-beta.2 Apr 28, 2025

#5 in #coinbase


Used in bothan-core

MIT/Apache

58KB
1.5K SLoC

Bothan

Overview

Bothan is a collection of libraries for querying and interacting with various cryptocurrency price data APIs.

Bothan supports the following sources:

Bothan API Stack

Pre-requisites

Usage

To run the Bothan API stack, set the config.toml file in both the bothan-api and bothan-api-proxy directories. An example config for bothan-api and bothan-api-proxy is given. Once the config file is set, run the following command from the root directory.

docker-compose up

Proto

Pre-requisites

To generate the protobuf files, you need to have the following installed:

Generate

To generate the protobuf files, run the following command:

buf generate

Contributing

We welcome contributions from the community! Before submitting a pull request, please review our contributing guidelines.

License

Licensed under either of Apache License, Version 2.0 or http://apache.org/licenses/LICENSE-2.0)

Dependencies

~8–19MB
~280K SLoC