0.0.0-snapshot.7044e30 • Published 3 years ago

@sifchain/sif-api v0.0.0-snapshot.7044e30

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

@sifchain/sif-api

HTTP client for sifchain Vanir data aggregation service

OpenAPI spec: https://data.sifchain.finance

Installation

yarn add @sifchain/stargate@snapshot

Example usage

import { createClient } from "@sifchain/sif-api";

const vanirClient = createClient();

const tokenStats = await vanirClient.assets.getTokenStats();
1.0.0

3 years ago