GetBalance
收藏RapidAPI2019-02-20 更新2024-05-11 收录
下载链接:
https://rapidapi.com/bips/api/getbalance
下载链接
链接失效反馈官方服务:
资源简介:
Getting balance of bitcoin and in fiat via API is done by sending an http POST to https://bips.me/api/v1/getbalance
On a successful POST a JSON encoded array will be received in the response. On any invalid API request, an error message will be received in the response of the POST. Your system should account for this.
* API key should never be publicly visible. If compromised, one can generate a new one in BIPS account.
BIPS GetBalance example
{
"btc": {
"amount": "0.36723477",
"rate": "110.48764"
},
"fiat": {
"amount": "40.5749",
"currency": "USD"
}
}
创建时间:
2019-02-20
搜集汇总
数据集介绍

背景与挑战
背景概述
GetBalance是一个金融类API,通过POST请求获取比特币和法币的余额信息,返回JSON格式数据。使用时需注意保护API密钥安全,若泄露可在BIPS账户重新生成。
以上内容由遇见数据集搜集并总结生成



