fastspot-api:与Fastspot API交互的Typescript库

时间:2024-03-05 17:49:53
【文件属性】:

文件名称:fastspot-api:与Fastspot API交互的Typescript库

文件大小:13KB

文件格式:ZIP

更新时间:2024-03-05 17:49:53

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 , { [ SwapAsset . NIM ] : 1000 } )


【文件预览】:
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)
----.gitignore(18B)
----package.json(443B)

网友评论