Back to Examples
Cobo
Discover Cobo's Developer Hub for seamless Address Book management. Easily create and delete entries with expert support available on request!
Lines
819
Sections
1
Want your own llms.txt file?
Generate a professional, AI-friendly file for your website in minutes!
llms.txt Preview
# Developer Hub
## Docs
- [Create Address Book entries](https://cobo.com/developers/v2/api-references/addressbooks/create-address-book-entries.md): This operation adds new entries (records) to your Address Book.
<Note>This operation is available upon request. Please contact our [customer support](mailto:[email protected]) to enable it.</Note>
- [Delete Address Book entry](https://cobo.com/developers/v2/api-references/addressbooks/delete-address-book-entry.md): This operation deletes a specified Address Book entry (record).
<Note>This operation is available upon request. Please contact our [customer support](mailto:[email protected]) to enable it.</Note>
- [Get Address Book entry](https://cobo.com/developers/v2/api-references/addressbooks/get-address-book-entry.md): This operation retrieves the detailed information about a specified Address Book entry (record).
- [List Address Book entries](https://cobo.com/developers/v2/api-references/addressbooks/list-address-book-entries.md): This operation retrieves all entries (records) from your Address Book. You can filter the entries by chain ID, address, and label.
- [Update Address Book entry](https://cobo.com/developers/v2/api-references/addressbooks/update-address-book-entry.md): This operation updates the information of a specified Address Book entry (record).
<Note>This operation is available upon request. Please contact our [customer support](mailto:[email protected]) to enable it.</Note>
- [Get approval request details](https://cobo.com/developers/v2/api-references/appworkflows/get-approval-request-details.md): This operation retrieves the details of a specific approval request.
<Note>To use the approval workflow operations, you must use the Cobo OAuth authentication method ([Org Access Token](https://www.cobo.com/developers/v2/apps/org-access-tokens)).</Note>
- [List app workflows](https://cobo.com/developers/v2/api-references/appworkflows/list-app-workflows.md): This operation retrieves all approval workflows of an Cobo Portal App.
<Note>You need to [configure approval workflow](https://www.cobo.com/developers/v2/apps/configure-workflow) in the app Manifest file first.</Note>
<Note>To use the approval workflow operations, you must use the Cobo OAuth authentication method ([Org Access Token](https://www.cobo.com/developers/v2/apps/org-access-tokens)).</Note>
- [List approval requests](https://cobo.com/developers/v2/api-references/appworkflows/list-approval-requests.md): This operation retrieves a list of approval requests.
<Note>To use the approval workflow operations, you must use the Cobo OAuth authentication method ([Org Access Token](https://www.cobo.com/developers/v2/apps/org-access-tokens)).</Note>
- [Request workflow approval](https://cobo.com/developers/v2/api-references/appworkflows/request-workflow-approval.md): This operation triggers a specified workflow and generates a new approval request.
<Note>To use the approval workflow operations, you must use the Cobo OAuth authentication method ([Org Access Token](https://www.cobo.com/developers/v2/apps/org-access-tokens)).</Note>
- [Revoke approval request](https://cobo.com/developers/v2/api-references/appworkflows/revoke-approval-request.md): This operation revokes a pending approval request.
<Note>To use the approval workflow operations, you must use the Cobo OAuth authentication method ([Org Access Token](https://www.cobo.com/developers/v2/apps/org-access-tokens)).</Note>
- [Create auto-sweep task](https://cobo.com/developers/v2/api-references/autosweep/create-auto-sweep-task.md): This operation creates an auto-sweep task for the specified wallet and token. The task triggers transactions to sweep the full balance of the specified token to the configured sweep-to address.
- [create sweep-to address](https://cobo.com/developers/v2/api-references/autosweep/create-sweep-to-address.md): This operation creates a new sweep-to address for the specified wallet. The previously sweep-to address for the same token becomes invalid once the new one is created.
Use this operation to change the sweep-to address when your setup changes, you switch networks, or the current address is compromised or tainted by suspicious funds. You can withdraw any remaining balances from the old sweep-to addresses to the new address or another designated destination.
<Note>Sweep-to addresses are only applicable to MPC Wallets and Web3 Wallets with the auto-sweep feature enabled.</Note>
- [Get auto-sweep task details](https://cobo.com/developers/v2/api-references/autosweep/get-auto-sweep-task-details.md): This operation retrieves detailed information about a specified auto-sweep task.
- [List auto-sweep tasks](https://cobo.com/developers/v2/api-references/autosweep/list-auto-sweep-tasks.md): This operation retrieves a list of auto-sweep tasks for the specified wallet. You can filter the results by token ID, task IDs, or a created-time range.
- [List sweep-to addresses](https://cobo.com/developers/v2/api-references/autosweep/list-sweep-to-addresses.md): This operation retrieves a list of sweep-to addresses within your wallet.
<Note>Sweep-to addresses are only applicable to MPC Wallets and Web3 Wallets with the auto-sweep feature enabled.</Note>
- [Get disposition status](https://cobo.com/developers/v2/api-references/compliance/get-disposition-status.md): This operation retrieves the current status of a disposition request for a specific transaction.
You can use this endpoint to check the status of any disposition operation (Refund, Isolate, or Unfreeze)
that has been initiated for a transaction. The response includes the disposition type, current status,
and the disposition transaction ID if applicable.
<Note>Use this endpoint to monitor the progress of disposition operations and verify their completion.</Note>
- [Isolate funds](https://cobo.com/developers/v2/api-references/compliance/isolate-funds.md): This operation creates a request to isolate funds for a specific transaction. The funds will be sent to a designated isolation address for compliance purposes.
You need to specify the transaction ID to be isolated and the destination address.
Optional parameters include custom categories for tracking purposes.
<Note>The isolation will initiate a withdrawal transaction from the compliance-managed address to the specified isolation address.</Note>
- [Refund funds](https://cobo.com/developers/v2/api-references/compliance/refund-funds.md): This operation creates a request to refund funds for a specific transaction. The funds will be sent to the specified destination address.
You need to specify the transaction ID to be refunded and the destination address.
Optional parameters include custom categories for tracking purposes.
<Note>The refund will initiate a withdrawal transaction from the compliance-managed address to the specified destination.</Note>
- [Unfreeze frozen funds](https://cobo.com/developers/v2/api-references/compliance/unfreeze-frozen-funds.md): This operation creates a request to unfreeze funds for a previously frozen transaction. It releases the frozen funds back to their original state.
You only need to specify the transaction ID to be unfrozen. Once unfrozen, the funds will be available for normal operations.
<Note>The unfreeze process will release the compliance hold on the transaction, allowing it to proceed normally.</Note>
- [Get webhook endpoint information](https://cobo.com/developers/v2/api-references/developers--webhooks/get-webhook-endpoint-information.md): This operation retrieves the information of a specified webhook endpoint.
- [Get webhook event types](https://cobo.com/developers/v2/api-references/developers--webhooks/get-webhook-event-types.md): This operation retrieves all supported webhook event types.
- [List all webhook events](https://cobo.com/developers/v2/api-references/developers--webhooks/list-all-webhook-events.md): This operation retrieves a list of webhook events that have occurred within the last 30 days.
<Note>The request will only return webhook events that have occurred to the wallets associated with your current API key. For example, if the current API key is only associated with Custodial Wallets, any webhook events that have occurred to an MPC Wallet will not be retrieved with the current API key.</Note>
- [List webhook endpoints](https://cobo.com/developers/v2/api-references/developers--webhooks/list-webhook-endpoints.md): This operation retrieves the information of all webhook endpoints registered under your organization. You can filter the result by endpoint status and the subscribed event type.
- [List webhook event logs](https://cobo.com/developers/v2/api-references/developers--webhooks/list-webhook-event-logs.md): This operation retrieves a list of webhook event logs by event ID. Each retry will generate a separate event log.
- [Register webhook endpoint](https://cobo.com/developers/v2/api-references/developers--webhooks/register-webhook-endpoint.md): This operation registers a new webhook endpoint for your organization.
- [Retrieve event information](https://cobo.com/developers/v2/api-references/developers--webhooks/retrieve-event-information.md): This operation retrieves the information of a webhook event by the event ID.
- [Retry event](https://cobo.com/developers/v2/api-references/developers--webhooks/retry-event.md): This operation retries delivering a webhook event with the specified event ID. You can only retry delivering a webhook event in the `Retrying` or `Failed` status.
- [Trigger test event](https://cobo.com/developers/v2/api-references/developers--webhooks/trigger-test-event.md): This operation tests the functionality of your webhook endpoint by triggering a test webhook event. The test event will be sent to all the endpoints you have registered on Cobo Portal.
You only need to provide the event type. By default, the payload contains dummy data with no impact on your real business transactions or activities. You can optionally provide the `override_data` property to customize the payload.
- [Update webhook endpoint](https://cobo.com/developers/v2/api-references/developers--webhooks/update-webhook-endpoint.md): This operation updates the information of a specified webhook endpoint.
- [Get API key information](https://cobo.com/developers/v2/api-references/developers/get-api-key-information.md): This operation retrieves the details of the API key that you are using.
Preview of Cobo's llms.txt file. View complete file (819 lines) →
Ready to create yours?
Generate a professional llms.txt file for your website in minutes with our AI-powered tool.
Generate Your llms.txt File