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
用户评论