1. 首页
  2. 数据库
  3. 其它
  4. fastspot api:与Fastspot API交互的Typescript库 源码

fastspot api:与Fastspot API交互的Typescript库 源码

上传者: 2021-02-23 15:19:47上传 ZIP文件 12.76KB 热度 17次
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
用户评论