Skip to content

Releases: BitGo/api-changelog

v2025.03.07.1

07 Mar 21:24
8b6bd6e

Choose a tag to compare

BitGo API Release v2025.03.07.1

Modified

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

    • parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/rules

    • Enterprise modified in parameters
  • [DELETE] /api/policy/v1/enterprises/{enterpriseId}/rules/{id}

    • Enterprise modified in parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/rules/{id}

    • Enterprise modified in parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/rules/{id}/versions

    • Enterprise modified in parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/scopes

    • Enterprise modified in parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/scopes/{scopeId}/conditions

    • Enterprise modified in parameters
Show more routes affected by component changes...
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/scopes/{scopeId}/touchpoints
    • Enterprise modified in parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointId}/conditions
    • Enterprise modified in parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointId}/filteringconditions/{filteringCondition}/actions
    • Enterprise modified in parameters
  • [POST] /api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointName}/rules
    • Enterprise modified in parameters
  • [PUT] /api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointName}/rules/{id}
    • Enterprise modified in parameters

v2025.03.06.1

06 Mar 21:00
d889850

Choose a tag to compare

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

v2025.03.05.1

05 Mar 16:39
d8a6960

Choose a tag to compare

BitGo API Release v2025.03.05.1

Modified

  • [GET] /api/policy/v1/enterprises/{enterpriseId}/rules
    • Enterprise modified in parameters
  • [DELETE] /api/policy/v1/enterprises/{enterpriseId}/rules/{id}
    • Enterprise modified in parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/rules/{id}
    • Enterprise modified in parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/rules/{id}/versions
    • Enterprise modified in parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/scopes
    • Enterprise modified in parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/scopes/{scopeId}/conditions
    • Enterprise modified in parameters
Show more routes affected by component changes...
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/scopes/{scopeId}/touchpoints
    • Enterprise modified in parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointId}/conditions
    • Enterprise modified in parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointId}/filteringconditions/{filteringCondition}/actions
    • Enterprise modified in parameters
  • [POST] /api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointName}/rules
    • Enterprise modified in parameters
  • [PUT] /api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointName}/rules/{id}
    • Enterprise modified in parameters
  • [GET] /api/v2/enterprise
    • EnterprisesResponse modified in responses
  • [GET] /api/v2/enterprise/{enterpriseId}
    • GetEnterpriseResponse modified in responses
  • [GET] /api/v2/organization/{organizationId}/enterprise
    • EnterprisesPaginatedResponse modified in responses

v2025.03.04.2

04 Mar 18:25
390779a

Choose a tag to compare

BitGo API Release v2025.03.04.2

Modified

  • [GET] /api/v2/auditlog
    • parameters

v2025.03.04.1

04 Mar 16:30
d2a6404

Choose a tag to compare

BitGo API Release v2025.03.04.1

Modified

  • [POST] /api/staking/v1/{coin}/wallets/{walletId}/requests
    • SolStakingRequestPOSTBody modified in requestBody

v2025.03.03.2

03 Mar 17:28
158e4ab

Choose a tag to compare

BitGo API Release v2025.03.03.2

Modified

  • [GET] /api/policy/v1/enterprises/{enterpriseId}/rules
    • Enterprise modified in parameters
  • [DELETE] /api/policy/v1/enterprises/{enterpriseId}/rules/{id}
    • Enterprise modified in parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/rules/{id}
    • Enterprise modified in parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/rules/{id}/versions
    • Enterprise modified in parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/scopes
    • Enterprise modified in parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/scopes/{scopeId}/conditions
    • Enterprise modified in parameters
Show more routes affected by component changes...
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/scopes/{scopeId}/touchpoints
    • Enterprise modified in parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointId}/conditions
    • Enterprise modified in parameters
  • [GET] /api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointId}/filteringconditions/{filteringCondition}/actions
    • Enterprise modified in parameters
  • [POST] /api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointName}/rules
    • Enterprise modified in parameters
  • [PUT] /api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointName}/rules/{id}
    • Enterprise modified in parameters
  • [GET] /api/v2/enterprise
    • EnterprisesResponse modified in responses
  • [GET] /api/v2/enterprise/{enterpriseId}
    • GetEnterpriseResponse modified in responses
  • [GET] /api/v2/organization/{organizationId}/enterprise
    • EnterprisesPaginatedResponse modified in responses

v2025.03.03.1

03 Mar 15:32
a80d75b

Choose a tag to compare

BitGo API Release v2025.03.03.1

Modified

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

    • parameters
  • [POST] /api/v2/wallet/{walletId}/txrequests

    • PlatformTransactionRequest modified in responses
  • [PUT] /api/v2/{coin}/wallet/{walletId}/address/{addressOrId}

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

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

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

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

    • PendingApproval1 modified in responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/signtxtss

    • TransactionRequest modified in responses
Show more routes affected by component changes...
  • [POST] /api/v2/{coin}/wallet/{walletId}/trustline/initiate
    • PendingApproval1 modified in responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/tx/initiate
    • PendingApproval1 modified in responses
  • [POST] /api/v2/{coin}/wallet/{walletId}/tx/send
    • PendingApproval1 modified in responses

v2025.02.28.1

28 Feb 13:35
a2d446c

Choose a tag to compare

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

v2025.02.25.2

25 Feb 18:53
2ede3ee

Choose a tag to compare

BitGo API Release v2025.02.25.2

Modified

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

v2025.02.25.1

25 Feb 18:45
2c4114d

Choose a tag to compare

BitGo API Release v2025.02.25.1

Modified

  • [POST] /api/v2/{coin}/wallet/generate
    • ExpressGenerateWalletRequest modified in requestBody