Transactions

無法使用 bitgo express apis 發送硬幣

  • April 7, 2020

嘗試訪問 API URL:https ://test.bitgo.com/api/v2/tbtc/wallet/walletid38u5348t9yj958jtv985j89g5/sendcoins

但每次得到相同的響應:

{
   "error": "You have called a BitGo Express endpoint but this is the BitGo server. Please have a look at the BitGo Express documentation: https://www.bitgo.com/api/v2/#bitgo-express-rest-api",
   "name": "ApiError",
   "requestId": "irfo34r5541k06grtyy4j6n33",
   "context": {}
}

API路線有什麼更正嗎?或者我怎樣才能使用這個 api 成功發送硬幣?

sendcoins是僅在 BitGo Express 上可用的端點。BitGo Express 是在您自己的基礎設施上執行的代理,通常在埠 3080 上。

test.bitgo.com如果您在本地執行 BitGo Express,請嘗試呼叫 ,而不是呼叫localhost:3080

引用自:https://bitcoin.stackexchange.com/questions/95144