0.1.4 • Published 1 year ago

@goat-sdk/plugin-synth-api v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Synth API GOAT Plugin

Interact with the Synth API from Mode Network.

Installation

npm install @goat-sdk/plugin-synth-api
yarn add @goat-sdk/plugin-synth-api
pnpm add @goat-sdk/plugin-synth-api

Usage

import { synthApi } from "@goat-sdk/plugin-synth-api";

const tools = await getOnChainTools({
    wallet: // ...
    plugins: [
        synthApi(),
    ],
});

Tools

  • Get prediction of future possible bitcoin price
0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago