0.1.9 • Published 1 year ago

@goat-sdk/plugin-dexscreener v0.1.9

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

DexScreener GOAT Plugin

DexScreener plugin for Goat. Allows you to create tools for interacting with the DexScreener API.

Installation

npm install @goat-sdk/plugin-dexscreener
yarn add @goat-sdk/plugin-dexscreener
pnpm add @goat-sdk/plugin-dexscreener

Usage

import { dexscreener } from "@goat-sdk/plugin-dexscreener";

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

Tools

  1. Get pairs by chain and pairId
  2. Search pairs
  3. Get token pairs by token address
0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago