Building API Endpoint URLs
All API endpoints for IBM Digital Asset Haven follow the same structure and functionality as those provided by IBM Digital Asset Haven. To build a complete API endpoint URL, prepend the environment base URL to the API path shown in this documentation.
Base URL:
https://api.digitalassets.ibm.com
Example: If the documentation shows:
GET /wallets/ , you should interpret it as:
GET https://api.digitalassets.ibm.com/wallets/
For detailed API reference and additional examples, see API Reference.