fastspot api:与Fastspot API交互的Typescript库 源码
Fastspot API Typescript库与 API进行交互 yarn add @nimiq/fastspot-api import { init , getEstimate , SwapAsset } from '@nimiq/fastspot-api' init ( 'https://api.test.fastspot.io/fast/v1' , '' ) // Get an estimate to buy 1000 NIM with EUR const estimate = await getEstimate ( SwapAsset . EUR , { [ SwapA
文件列表
fastspot-api-main.zip
(预估有个10文件)
fastspot-api-main
yarn.lock
348B
src
types.ts
5KB
index.ts
48B
api.ts
6KB
helpers.ts
7KB
tsconfig.json
6KB
LICENSE
11KB
README.md
393B
暂无评论