Connect to Partners

Overview

Create a connection to a partner platform, so you can trade assets, custodied at BitGo Trust, on their platform. In order to activate the partner in your Go Network, you must first have an account on the partner's platform. You can connect with multiple partners and you can also have multiple connections to the same partner.

Prerequisites

  • Get Started
  • Generate an access token and a read-only API key from your account on the partner platform

Steps

  • API
1 2 3 4 5 6 7 8 9 10 11 12 13 14 POST /api/network/v1/enterprises/{enterpriseId}/clients/connections Request Body { "payload": "string", "signature": "string", "nonce": "string", "partnerId": "string", "name": "string", "connectionKey": { "schema": "token", "connectionToken": "string" // access token from partner platform } }

Step Result

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 { "connection": { "createdAt": "2019-08-24", "updatedAt": "2019-08-24", "partnersConnectionId": {}, "partnersClientId": {}, "initialized": true, "id": "string", "name": "string", "clientId": "string", "partnerId": "string", "networkAccountId": "string", "active": true, "proof": "string", "nonce": "string" } }

Next

Allocate Assets

See Also

API Reference: Connect to Partner