@hubbleprotocol/scope-sdk
TypeScript icon, indicating that this package has built-in type declarations

5.0.13 • Public • Published

Scope SDK

The Scope SDK is a TypeScript client SDK for easy access to the Scope price oracle aggregator for Solana.

Install

npm

npm install @solana/web3.js @hubbleprotocol/scope-sdk

Usage

import { Scope, ScopeToken } from '@hubbleprotocol/scope-sdk';
import { clusterApiUrl, Connection } from '@solana/web3.js';

const connection = new Connection(clusterApiUrl('mainnet-beta'));
const scope = new Scope('mainnet-beta', web3Client.connection); 

// get all prices supported by Scope Oracle 
const oraclePrices = await scope.getOraclePrices();

/@hubbleprotocol/scope-sdk/

    Package Sidebar

    Install

    npm i @hubbleprotocol/scope-sdk

    Weekly Downloads

    960

    Version

    5.0.13

    License

    Apache-2.0

    Unpacked Size

    2.26 MB

    Total Files

    551

    Last publish

    Collaborators

    • siltros971
    • valqrtis
    • mihalex
    • andreihrs
    • peroxy
    • elliotkennedy
    • hubbleadmin