REST APISettle (Off Exchange)Partner Settlements & Transfers

GET

Get Signing Payload for Partner External Deposits

This API call allows partners to get the partner external deposits payload for signing. Partners can use this endpoint to retrieve a formatted payload that should be signed using their private key before submitting deposit information. This ensures that deposit submissions are properly authenticated and attributed to the correct partner.

Requires access token scope: settlement_network_read

Path Params

  • enterpriseId string required

    at least 1 characters

Body Params

object

Common properties for external deposit requests. Used as the base for both signed and unsigned requests.
  • externalSettlementId string required
    Partner's unique identifier for the settlement. Used for correlation between BitGo and partner systems.

    at least 1 characters

  • settlementId string
    Optional BitGo settlement ID associated with these deposits. May be omitted if the deposits are being submitted before the settlement is created.
  • deposits array of objects required
    deposits object
    • currency string required
      The currency code of the deposited asset. Identifies which cryptocurrency was deposited on-chain.

      at least 1 characters

    • onChainTxId string required
      The transaction ID of the on-chain deposit. This is the unique identifier for the blockchain transaction.

      at least 1 characters

Responses

200
OK

Response Body

object

  • payload string required
    String payload that should be signed with the partner's private key. This signed payload should be included when submitting deposit information.
400
Bad Request
No response body
401
Unauthorized

Response Body

object

  • error string required
403
Forbidden

Response Body

object

  • error string required
404
Not Found

Response Body

object

  • error string required
409
Conflict

Response Body

object

  • error string required
500
Internal Server Error

Response Body

object

  • error string required