GET
List Partner-Supported Currencies
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.
Requires access token scope: settlement_network_read
Path Params
-
enterpriseIdstring requiredEnterprise ID to check supported currencies for. The response will be filtered to partners accessible by this enterprise.
Query Params
-
partnerIdsarray of strings requiredComma-separated list of partner UUIDs to filter results by. Only returns supported currencies for the specified partners.
Responses
200
OK
Response Body
object
-
supportedCurrenciesmap of array requiredRecord where the keys represent either partner IDs. The values are arrays of currency metadata objects that describe the currencies supported by that organization.supportedCurrencies object
-
<key>array of objectsvalue object
-
partnerNamesarray of strings required
-
-
-
domainstring requiredThe domain name of the API server that processed the request. Will always be 'bitgo-network'.
400
Bad Request
No response body
401
Unauthorized
Response Body
object
-
errorstring required
500
Internal Server Error
Response Body
object
-
errorstring required