Skip to content

v2025.03.16.1

Choose a tag to compare

@github-actions github-actions released this 16 Mar 14:55
· 446 commits to master since this release
bf67cd1

BitGo API Release v2025.03.16.1

Added

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

Modified

  • [GET] /api/v2/wallet/{walletId}/lightning/invoice
    • InvoiceStatus modified in responses
  • [POST] /api/v2/wallet/{walletId}/lightning/invoice
    • LightningInvoice modified in responses
  • [GET] /api/v2/wallet/{walletId}/lightning/invoice/{paymentHash}
    • InvalidPaymentHash modified in responses
    • InvoiceInfo modified in responses
  • [GET] /api/v2/wallet/{walletId}/lightning/payment
    • PaymentFailureReason modified in responses
    • PaymentStatus modified in responses
  • [GET] /api/v2/wallet/{walletId}/lightning/payment/{paymentHash}
    • InvalidPaymentHash modified in responses
    • PaymentInfo modified in responses
  • [GET] /api/v2/wallet/{walletId}/lightning/transaction/{txid}
    • InvalidTxId modified in responses
    • Transaction1 modified in responses