cobo get command allows you to make GET requests to Cobo API endpoints.
This command is useful for retrieving information from the Cobo WaaS 2 API.
Usage
Options
-d, --describe: Display operation description-l, --list: List all API operations for this method
Examples
List all GET operations
To see a list of all available GET operations:Retrieve wallet information
To get information about a specific wallet:List all transactions
To retrieve a list of all transactions:Get operation description
To see the description of a specific GET operation:API Reference
For a complete list of available GET endpoints and their parameters, refer to the Cobo WaaS 2 API Documentation.Remember to authenticate your requests by logging in or setting up your API keys before making API calls.
