Skip to content

v2026.04.24.1

Choose a tag to compare

@github-actions github-actions released this 24 Apr 22:09
· 386 commits to master since this release
Immutable release. Only release title and notes can be modified.
36c47fb

BitGo API Release v2026.04.24.1

Platform API

Added

  • [X-INTERNAL] /api/v2/{coin}/wallet/{walletId}/webhooks/notifications

Modified

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

    • responses
  • [GET] /api/v2/enterprise/{enterpriseId}/webhooks

    • responses
  • [POST] /api/v2/enterprise/{enterpriseId}/webhooks

    • responses
  • [GET] /api/v2/organization/{organizationId}/webhook

    • responses
  • [POST] /api/v2/organization/{organizationId}/webhook

    • responses
  • [GET] /api/v2/organization/{organizationId}/webhook/{webhookId}

    • responses
  • [GET] /api/v2/user/{id}

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

    • parameters
  • [GET] /api/v2/wallet/{walletId}

    • Wallet modified in responses
  • [GET] /api/v2/wallet/{walletId}/derivedwallets

    • WalletListResponse modified in responses
  • [POST] /api/v2/wallet/{walletId}/txrequests/rebuild

    • TransactionRequestLite2 modified in responses
  • [GET] /api/v2/wallets

    • WalletListResponse modified in responses
  • [GET] /api/v2/{coin}/wallet/{walletId}

    • Wallet modified in responses
Show more routes affected by component changes...
  • [POST] /api/v2/{coin}/wallet/{walletId}/tx/build
    • NonParticipationTransactionBuildRequest modified in requestBody
    • TransactionBuildRequest modified in requestBody
  • [POST] /api/v2/{coin}/wallet/{walletId}/tx/initiate
    • TransactionInitiateRequest modified in requestBody
  • [POST] /api/v2/{coin}/wallet/{walletId}/tx/send
    • SendTransaction modified in requestBody

Removed

  • [X-INTERNAL] /api/v2/{coin}/wallet/{walletId}/webhooks/notifications

Express API

Modified

  • [POST] /api/v2/{coin}/wallet/{walletId}/sendcoins
    • ExpressSendCoinsRequest modified in requestBody
  • [POST] /api/v2/{coin}/wallet/{walletId}/sendmany
    • ExpressSendManyRequest modified in requestBody