Skip to content

v2025.03.06.1

Choose a tag to compare

@github-actions github-actions released this 06 Mar 21:00
· 461 commits to master since this release
d889850

BitGo API Release v2025.03.06.1

Added

  • [POST] /api/v2/{coin}/wallet/{walletId}/lightning/invoice
  • [GET] /api/v2/{coin}/wallet/{walletId}/lightning/invoice/{paymentHash}
  • [GET] /api/v2/{coin}/wallet/{walletId}/lightning/invoices
  • [POST] /api/v2/{coin}/wallet/{walletId}/lightning/pay
  • [GET] /api/v2/{coin}/wallet/{walletId}/lightning/payment
  • [GET] /api/v2/{coin}/wallet/{walletId}/lightning/payment/{paymentHash}
  • [GET] /api/v2/{coin}/wallet/{walletId}/lightning/transaction
  • [GET] /api/v2/{coin}/wallet/{walletId}/lightning/transaction/{txid}
  • [PUT] /api/v2/{coin}/wallet/lightning/{walletId}

Modified

  • [POST] /api/v2/{coin}/wallet/{walletId}/acceleratetx

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/consolidateAccount

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/consolidateAccount/build

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/consolidateunspents

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/consolidateUnspents

    • responses
  • [GET] /api/v2/{coin}/wallet/{walletId}/crossChainUnspents

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/fanoutunspents

    • responses
  • [GET] /api/v2/{coin}/wallet/{walletId}/forwarders/balances

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/freeze

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/initwallet

    • responses
  • [GET] /api/v2/{coin}/wallet/{walletId}/maximumSpendable

    • responses
  • [DELETE] /api/v2/{coin}/wallet/{walletId}/policy/rule

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/policy/rule

    • responses
  • [PUT] /api/v2/{coin}/wallet/{walletId}/policy/rule

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/recovertoken

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/sendcoins

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/sendmany

    • responses
  • [GET] /api/v2/{coin}/wallet/{walletId}/sequenceIds

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/signermacaroon

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/signtx

    • responses
  • [GET] /api/v2/{coin}/wallet/{walletId}/spending

    • responses
  • [GET] /api/v2/{coin}/wallet/{walletId}/state

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/sweep

    • responses
  • [GET] /api/v2/{coin}/wallet/{walletId}/transfer

    • responses
  • [GET] /api/v2/{coin}/wallet/{walletId}/transfer/{transferId}

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/transfer/{transferId}/comment

    • responses
  • [GET] /api/v2/{coin}/wallet/{walletId}/transfer/sequenceId/{sequenceId}

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/trustline/initiate

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/tx/build

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/tx/initiate

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/tx/send

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/unlockwallet

    • responses
  • [GET] /api/v2/{coin}/wallet/{walletId}/unspents

    • responses
  • [DELETE] /api/v2/{coin}/wallet/{walletId}/user/{userId}

    • responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/webhooks/{webhookId}/simulate

    • responses
  • [PUT] /api/v2/{coin}/wallet/lightning/{walletId}

    • ExpressUpdateWalletRequest modified in requestBody
    • InvalidWalletId1 modified in responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/lightning/invoice

    • ExpressCreateInvoiceRequest modified in requestBody
    • ExpressCreateInvoiceResponse modified in responses
    • InvalidWalletId1 modified in responses
  • [GET] /api/v2/{coin}/wallet/{walletId}/lightning/invoice/{paymentHash}

    • ExpressListInvoicesResponse modified in responses
    • InvalidWalletId1 modified in responses
  • [GET] /api/v2/{coin}/wallet/{walletId}/lightning/invoices

    • ExpressCreateInvoiceRequest modified in requestBody
    • ExpressListInvoicesResponse modified in responses
    • InvalidWalletId1 modified in responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/lightning/pay

    • ExpressPayInvoiceRequest modified in requestBody
    • ExpressPayInvoiceResponse modified in responses
    • InvalidWalletId1 modified in responses
Show more routes affected by component changes...
  • [GET] /api/v2/{coin}/wallet/{walletId}/lightning/payment
    • ExpressListPaymentRequest modified in parameters
    • InvalidWalletId1 modified in responses
    • LightningPaymentInfo modified in responses
  • [GET] /api/v2/{coin}/wallet/{walletId}/lightning/payment/{paymentHash}
    • InvalidWalletId1 modified in responses
    • LightningPaymentInfo modified in responses
  • [GET] /api/v2/{coin}/wallet/{walletId}/lightning/transaction
    • InvalidWalletId1 modified in responses
    • LightningTransaction modified in responses
  • [GET] /api/v2/{coin}/wallet/{walletId}/lightning/transaction/{txid}
    • InvalidWalletId1 modified in responses
    • LightningTransaction modified in responses