Crates.io | bitvavo-api |
lib.rs | bitvavo-api |
version | 0.4.0 |
source | src |
created_at | 2023-06-23 23:06:51.870854 |
updated_at | 2024-03-12 23:56:29.298555 |
description | A client for the bitvavo API |
homepage | |
repository | |
max_upload_size | |
id | 898656 |
size | 40,139 |
A crate for interacting with the Bitvavo API.
Visit docs.rs for how to use the crate.
Make sure to include this line in your dependencies
bitvavo-api = "0.1"
and then use the API
use bitvavo_api as bitvavo;
bitvavo::time().await.unwrap();
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.