文件名称:cryptokitties:用于cryptokitties.co的API客户端
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-16 22:23:10
JavaScript
CryptoKitties API客户端 中用于非官方API客户端 用法 导入模块时,返回CryptokittiesClient,其他所有对象都是该对象的函数。 CryptoKittiesClient(opts) 将带有选项的对象作为参数,其结构为: { url: String, // The URL of the API, defaults to https://api.cryptokitties.co/ credentials: { jwt: String // The JWT for accessing some APIs } } listAuctions(类型=“ sale”,status =“ open”,限制,偏移量= 0) 列出正在进行的拍卖。 getKitten(id) 获取有关特定猫的信息。 getMyProfile() 获取您的个人资料
【文件预览】:
cryptokitties-master
----examples()
--------cryptokittydex()
----README.md(771B)
----.gitignore(13B)
----index.js(1KB)
----package.json(585B)