New:Socket for Asana Is Now Available.Learn more
Get Started

@goat-sdk/plugin-0x

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goat-sdk/plugin-0x

Source
npmnpm
Version
0.1.10
Version published
Weekly downloads
35
-53.95%
Maintainers
2
Weekly downloads
 
Created
Source
GOAT

0x GOAT Plugin

Get quotes and swap on 0x

Installation

npm install @goat-sdk/plugin-0x
yarn add @goat-sdk/plugin-0x
pnpm add @goat-sdk/plugin-0x

Usage

import { zeroEx } from '@goat-sdk/plugin-0x';

const tools = await getOnChainTools({
    wallet: // ...
    plugins: [
       zeroEx({
            apiKey: process.env.ZEROEX_API_KEY // Get it from: https://dashboard.0x.org/
       })
    ]
});

Tools

  • Get quote
  • Swap tokens


Keywords

ai

FAQs

Package last updated on 10 Apr 2025

Related posts