List Partner-Supported Currencies

get/api/network/v1/enterprises/{enterpriseId}/supportedCurrencies

List all the currencies a given OES Partner supports for allocation and deallocation. This endpoint returns a comprehensive list of currencies that can be used for allocations, deallocations and settlements for each partner. with specific partners.

Path Parameters

  • enterpriseIdstringRequired
    Enterprise ID to check supported currencies for. The response will be filtered to partners accessible by this enterprise.
    Min length: >= 1 characters

Query Parameters

  • partnerIdsarray[string]Required
    Comma-separated list of partner UUIDs to filter results by. Only returns supported currencies for the specified partners.

200 Response

supportedCurrencies dictionary<string, array> required
Record where the keys represent either partner IDs. The values are arrays of currency metadata objects that describe the currencies supported by that organization.
array[object]
domain string required
The domain name of the API server that processed the request. Will always be 'bitgo-network'.
Min length: >= 1 characters

400 Response

401 Response

error string required

500 Response

error string required