Function bitvavo_api::time
source · pub async fn time() -> Result<u64>Expand description
Get the current time.
use bitvavo_api as bitvavo;
let t = bitvavo::time().await.unwrap();
println!("{t}");pub async fn time() -> Result<u64>Get the current time.
use bitvavo_api as bitvavo;
let t = bitvavo::time().await.unwrap();
println!("{t}");