Skip to content

v2025.02.28.1

Choose a tag to compare

@github-actions github-actions released this 28 Feb 13:35
· 475 commits to master since this release
a2d446c

BitGo API Release v2025.02.28.1

Added

  • [POST] /api/v2/{coin}/wallet/{walletId}/initwallet
  • [POST] /api/v2/{coin}/wallet/{walletId}/signermacaroon
  • [GET] /api/v2/{coin}/wallet/{walletId}/state
  • [POST] /api/v2/{coin}/wallet/{walletId}/unlockwallet

Modified

  • [POST] /api/v2/{coin}/wallet/{walletId}/initwallet
    • ExpressInitWalletRequest modified in requestBody
    • pathLightningCoin modified in parameters
  • [POST] /api/v2/{coin}/wallet/{walletId}/signermacaroon
    • ExpressGenerateSignerMacaroonRequest modified in requestBody
    • pathLightningCoin modified in parameters
  • [GET] /api/v2/{coin}/wallet/{walletId}/state
    • ExpressLightningNodeStateResponse modified in responses
    • pathLightningCoin modified in parameters
  • [POST] /api/v2/{coin}/wallet/{walletId}/unlockwallet
    • ExpressUnlockLightningWalletRequest modified in requestBody
    • ExpressUnlockLightningWalletResponse modified in responses
    • pathLightningCoin modified in parameters