0.2.0 • Published 15 days ago

@swing.xyz/cross-chain-api v0.2.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
15 days ago

Swing Cross-Chain API

Getting Started

yarn add @swing.xyz/cross-chain-api

Usage

import { getSwingAPI } from "@swing.xyz/cross-chain-api";

const swingAPI = getSwingAPI({
  /**
   * Optionally configure the Swing API environment
   * environment: "production",
   *
   * Optionally override the Swing API URL
   * baseUrl: "https://swap.prod.swing.xyz",
   *
   * Optional add default headers
   * headers: {},
   */
});

const config = await swingAPI.GET("/v0/transfer/config");
0.2.0

15 days ago

0.1.0

3 months ago

0.0.12

5 months ago

0.0.11

7 months ago

0.0.10

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago