Cobo
786 lines. Cobo came to play.
Cobo's developer hub offers essential resources for managing Address Book entries with their API. Notably, the operations to create, delete, and retrieve entries are available upon request, showcasing a customizable approach to user needs. Dive in for streamlined address management!
Not sure yours is this good? Check it →
Cobo's llms.txt Insights
Short and sweet
1 section. Minimalist, but hey — at least they showed up.
War and Peace vibes
786 lines. They really wanted AI to understand them.
Double trouble
Runs both llms.txt and llms-full.txt. Someone takes this seriously.
What's inside Cobo's llms.txt
Cobo's llms.txt contains 2 sections:
- Developer Hub
- Docs
How does Cobo's llms.txt compare?
| Cobo | Directory Avg | Top Performer | |
|---|---|---|---|
| Lines | 786 | 1029 | 163,447 |
| Sections | 1 | 17 | 3207 |
Cool table. Now the real question — where do you land? Find out →
Cobo's llms.txt preview
First 100 of 786 lines
# 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 Custodial Wallets (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 Custodial Wallets (Web3 Wallets) with the auto-sweep feature enabled.</Note>
<Info>For EVM-compatible chains (such as Ethereum and BNB Smart Chain), the same address is used across chains. As a result, when listing sweep-to addresses, only one address entry (shown under Ethereum) is returned for all EVM-compatible chains. Separate entries are not returned for each individual EVM chain.</Info>
- [Create KYA address screening requests](https://cobo.com/developers/v2/api-references/compliance/create-kya-address-screening-requests.md): This operation submits up to 50 address screening requests in one call to assess address compliance and risk levels.
<Note>This endpoint supports cross-chain address screening with independent idempotency for each address, enabling flexible error handling and partial retries.</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>
- [Get KYA address screening result](https://cobo.com/developers/v2/api-references/compliance/get-kya-address-screening-result.md): This operation retrieves a specific address screening result by `screening_id`, including risk assessment information.
<Info>This endpoint returns the full screening details including risk level, summary, and detailed risk category exposures.</Info>
- [Get KYT screening status](https://cobo.com/developers/v2/api-references/compliance/get-kyt-screening-status.md): This operation retrieves the current KYT (Know Your Transaction) screening status, including review status and fund disposition status, for a specific transaction.
Use this endpoint to monitor the real-time screening progress for transactions processed through the KYT compliance system.
<Note>This endpoint provides comprehensive compliance monitoring capabilities to help maintain AML (Anti-Money Laundering) regulatory compliance and audit trail requirements.</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>
- [List KYA address screening results](https://cobo.com/developers/v2/api-references/compliance/list-kya-address-screening-results.md): This operation retrieves the results of specified screening requests with pagination support. You can filter specific screening requests using screening_ids (up to 50 IDs).
<Note>For larger result sets (exceeding 50 screening results), use pagination parameters (limit, before, after) to page through results.</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>
- [Submit KYT manual review result](https://cobo.com/developers/v2/api-references/compliance/submit-kyt-manual-review-result.md): This operation submits a manual review result for a KYT (Know Your Transaction) screening case that requires human analysis.
Use this endpoint when transactions flagged for manual review have been analyzed by compliance officers and require submission of review outcomes with detailed comments and justifications.
This endpoint is specifically designed for submitting comprehensive manual review findings rather than automated screening decisions.What is llms.txt?
llms.txt is an open standard that helps AI language models understand your website. By placing a structured markdown file at /llms.txt, websites provide AI search engines like ChatGPT, Claude, and Perplexity with a clear map of their content, services, and documentation. Companies like Cobo use it to ensure AI accurately represents their brand when answering user queries. Read the spec.
Cobo showed up. Where's yours?
1000+ companies didn't overthink it. 60 seconds. Go.
Check your site →