# Developer Hub
## Docs
- [Get Address History](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/address_history.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a list of addresses associated with a custody wallet for a given coin, with pagination support. The response…
- [Get Address Info](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/address_info.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns information about a given address for a specific coin. It checks if the address belongs to the custody wallet…
- [Get Addresses Info](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/addresses_info.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns information about a list of addresses for a specific coin. The endpoint accepts GET and POST requests with pa…
- [Get Coin Details](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/coin_info.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response with the currency rate and unit for a given coin code. The endpoint requires authentication a…
- [Get Gas Station Balance](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/get_gas_station_balance.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a list of assets of gas station. The response includes asset details such as coin, address, and balance.
- [Get Supported Coins](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/get_supported_coins.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response with a list of supported coins for the WaaS API.
- [Get Internal Address Info](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/internal_address_info.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns information about whether a given address is an internal address or not. If the address is internal, it also…
- [Get Internal Addresses Info](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/internal_address_info_batch.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns information about the given addresses for a specific coin. It takes a GET or POST request with parameters 'co…
- [Verify Valid Address](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/is_valid_address.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint checks whether a given cryptocurrency address is valid and returns a boolean value. It also supports memo for certain…
- [Loop Transaction Explorer](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/loop-explorer.md)
- [Get New Deposit Address](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/new_address.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint generates a new cryptocurrency address for a given coin and returns it in a JSON response. The endpoint requires auth…
- [Get New Deposit Addresses](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/new_addresses.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint generates new addresses for a given coin and returns a list of the generated addresses. The number of addresses to ge…
- [New withdraw request](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/new_withdraw_request.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint allows users to create a new withdraw request for a specified coin. The request requires authentication and the neces…
- [Get Account Details](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/org_info.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response with detailed information about the organization associated with the authenticated user's cus…
- [Pending transaction](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/pending_transaction.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response with the details of a pending transaction specified by its ID.
- [Pending transactions](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/pending_transactions.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response with a list of pending transactions filtered by coin, side, max_id, min_id, and limit paramet…
- [Get All Staking History](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/staking/staking_history.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a list of staking activities for a given coin, with optional filters for activity type, maximum ID, limit, an…
- [Get Staking Product Details](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/staking/staking_product.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns information about a staking product with the given product ID. The response is a JSON object containing detai…
- [Get All Staking Product List](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/staking/staking_products.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a list of staking products available for a given coin and language. The response is a JSON array containing o…
- [Stake](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/staking/staking_stake.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint allows users to stake a certain amount of cryptocurrency on a particular product. The user must provide the product I…
- [Unstake](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/staking/staking_unstake.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint allows users to stake or unstake a certain amount of a specified product in their custody wallet. The product_id and…
- [Get Staking Data](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/staking/stakings.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a list of staking information for a given coin and language. The response includes staking ID, coin, decimal,…
- [Get Unstaking Data](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/staking/unstakings.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response with a list of unstaking and liquidating positions for the specified coin.
- [Deposit to Exchange Account (Investor Only)](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/trading/trading_deposit.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint allows users to deposit funds into their trading account. The user must provide their exchange account token, the coi…
- [Get Trading Deposit Information (Investor Only)](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/trading/trading_deposit_info.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns information about a trading deposit. It requires a valid request ID and authentication with operation permiss…
- [Transfer Among Exchange Account](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/trading/trading_transfer.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint allows authenticated traders to transfer funds between their exchange accounts. The request must include the 'from_ex…
- [Get Trading Transfer Information](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/trading/trading_transfer_info.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns information about a trading transfer request. It requires a 'request_id' parameter in the query string. The r…
- [Withdraw to Investor's Wallet](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/trading/trading_withdraw.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint allows users to withdraw funds from their exchange account. The user must provide their exchange account token, the c…
- [Get Trading Withdraw Information](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/trading/trading_withdraw_info.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns information about a trading withdraw request. It requires a valid request ID and returns details such as the…
- [Get Transaction Details](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/transaction.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint retrieves a transaction by its ID from the WaaS API. The endpoint requires authentication and takes a single query pa…
- [Get Transaction By Txid](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/transaction_by_txid.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint retrieves transaction details by transaction ID. It requires authentication and takes a single query parameter 'txid'…
- [Transaction history](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/transaction_history.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response containing the transaction history for a given coin and address. The response can be filtered…
- [Get Transactions By ID](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/transactions_by_id.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a list of transactions filtered by various parameters such as coin, address, side, and transaction ID range.…
- [Get Transactions By Request IDs](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/transactions_by_request_ids.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response containing transaction information for the given request IDs. The request IDs should be provi…
- [Get Transactions By Time](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/transactions_by_time.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a list of transactions filtered by time range, coin type, transaction side (deposit/withdraw), and address. T…
- [Get Transactions By time and offset](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/transactions_by_time_ex.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a list of transactions filtered by time range, transaction status, coins, transaction side (deposit/withdraw)…
- [Withdraw info by request id](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/custody-wallet/withdraw_info_by_request_id.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns information about a withdraw transaction given a request ID. The response is a JSON object containing details…
- [Address Encodings](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/development/address-encoding.md)
- [Cobo Callback Signature](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/development/callback-signature.md)
- [Changelog](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/development/changelog.md): Keep track of every change to the WaaS API
- [Error Codes](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/development/error-codes.md)
- [Get Testnet Coins](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/development/testing.md)
- [Transaction Notification](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/development/transaction-notification.md)
- [Withdrawal Confirmation](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/development/withdrawal-confirmation.md)
- [Bind Addresses](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/auth_bind_addresses.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint allows a prime broker to bind a list of chain addresses to a user account. The endpoint requires a POST request with…
- [Change Binding](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/auth_change_binding.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint allows authenticated users to change their binding to a new Prime Broker. The user's `broker_user_id` is passed in th…
- [Create Binding](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/auth_create_binding.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint creates a binding between a user in the prime broker system and a user in the custody system. It requires a POST requ…
- [Query Binding](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/auth_query_binding.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response with the binding information for a given binder ID. The endpoint requires authentication and…
- [Query Statement By ID](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/auth_query_statement.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint allows authenticated users to query a statement by providing a statement ID. The response is a JSON object containing…
- [Query User Auth](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/auth_query_user_auth.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint is a GET request that requires a 'user_id' parameter. It returns a JSON response containing the user's authentication…
- [Unbind Binding](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/auth_unbind_binding.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint allows users to unbind their broker account from their MPC Wallet account. It requires a POST request with a 'user_id…
- [Babylon Batch Broadcast Staking Transaction](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/babylon_batch_broadcast_staking_transaction.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint is used to batch broadcast the specified pre-signed staking transactions based on the provided parameter `request_ids…
- [Babylon Broadcast Staking Transaction](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/babylon_broadcast_staking_transaction.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint is used to broadcast the specified pre-signed staking transaction based on the provided parameter `request_id`
- [Babylon Drop Staking](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/babylon_drop_staking.md): This endpoint specify the pre-signed staking transaction, create a new transaction to drop the corresponding transaction, accepting parameters such as `request_id`, `related_request_id`, `fee_rate`, and `max_staking_fee`.
- [Babylon Get Staking Info](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/babylon_get_staking_info.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint is used to query the specified pre-signed staking transaction information based on the provided parameter `request_id…
- [Babylon List Transactions By Status](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/babylon_list_transactions_by_status.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint is used to query all staking transactions based on the provided parameter `status`, `address`, `min_cobo_id` and `lim…
- [Babylon List Waiting Broadcast Transactions](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/babylon_list_waiting_broadcast_transactions.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint is used to query all unbroadcasted pre-signed staking transactions based on the provided parameter `asset_coin` and `…
- [Babylon Prepare Staking](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/babylon_prepare_staking.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint is used to create a pre-signed staking transaction, accepting parameters such as `request_id`, `stake_info`, `fee_rat…
- [Babylon Replace Staking Fee](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/babylon_replace_staking_fee.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint specify the pre-signed staking transaction, create a new transaction to replace the corresponding transaction, accept…
- [Babylon Unbonding](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/babylon_unbonding.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint performs the unbond operation for a given staking transaction.
- [Babylon Withdraw](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/babylon_withdraw.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint performs the withdraw operation for a given staking transaction.
- [Get Coin Details](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_coin_info.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response with the currency rate and unit for a given coin code. The endpoint requires authentication a…
- [Create Transaction](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_create_transaction.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint creates a transaction for a given coin and request ID. The request must include the amount, from_address, and to_addr…
- [Drop Transaction](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_drop_transaction.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint accepts parameters 'cobo_id' and 'request_id' as required fields, and 'fee', 'gas_price', 'gas_limit', and 'fee_amoun…
- [Get Estimate Fee](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_estimate_fee.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint will simulate a transaction based on the parameters, and obtain the transaction fee from the blockchain. It takes in…
- [Generate Address Memos](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_generate_address_memo.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint generates new memos for a given address and returns a list of the generated memos. The number of memos to generate is…
- [Generate Addresses](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_generate_addresses.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint generates new addresses for a given chain code and returns a list of the generated addresses. The number of addresses…
- [Get Balance](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_get_balance.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns the balance of a given address in a MPC wallet. The response contains information about the coins and NFTs he…
- [Get Max Sendable Amount](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_get_max_send_amount.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns the maximum sendable amount and the corresponding transaction fee for a given address. It takes in various pa…
- [Get Supported Chains](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_get_supported_chains.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response with a 'chain_codes' field containing a list of supported chain codes for the MPC custody wal…
- [Get Supported Coins](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_get_supported_coins.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response containing a list of supported coins for a given chain. The response includes the coin code,…
- [Get Supported NFT Collections](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_get_supported_nft_collections.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response with a list of supported NFT collections on the specified chain. The response includes the NF…
- [Get Wallet Supported Coins](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_get_wallet_supported_coins.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response with a list of supported coins for a specific MPC wallet. The response includes the coin code…
- [Is Valid Address](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_is_valid_address.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint checks if a given address is valid for a specified coin. It also supports memos for certain coins. The response is a…
- [Get Addresses List](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_list_addresses.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response containing a list of wallet addresses and their associated information. The endpoint takes in…
- [Get Balances List](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_list_balances.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response with a list of token assets and their balances for a given MPC wallet. The response includes…
- [Get Spendable List](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_list_spendable.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response containing a list of spendable unspent transaction outputs (UTXOs) for a given asset coin and…
- [Get Transactions List](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_list_transactions.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a list of transactions filtered by various parameters such as start and end time, transaction status, transac…
- [Get Tss Node List](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_list_tss_node.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response containing a list of TSS nodes that configured on the Custody MPC Setting page. The response…
- [Get Tss Node Requests List](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_list_tss_node_requests.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response containing a list of TSS (Threshold Signature Scheme) requests with their metadata. The reque…
- [Retry Double Check](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_retry_double_check.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint retries a double check for a withdraw request with the given request_id. The request must be a POST request and the u…
- [Speedup Transaction](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_speedup_transaction.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint allows users to speed up a previously submitted transaction by replacing it with a new transaction with higher transa…
- [Get Transactions By Cobo ID](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_transactions_by_cobo_ids.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a list of transaction requests based on the provided cobo_ids and status. The cobo_ids parameter is a comma-s…
- [Get Transactions By Request ID](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_transactions_by_request_ids.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns a JSON response containing transaction information for a list of transaction request IDs. The response includ…
- [Get Transactions By Tx Hash](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_transactions_by_tx_hash.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint returns transaction details for a given transaction hash. The response is a JSON object containing transaction detail…
- [Update Address Description](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/mpc-wallet/mpc_update_address_description.md): This content applies to WaaS 1.0 only. We highly recommend that you upgrade to [WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). This endpoint updates the address description. The response contains the updated address along with their IDs, HD paths, encodings…
- [Authentication](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/overview/authentication.md): WaaS API Authentication
- [API Playground](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/api-references/overview/playground.md): Explore API endpoints directly in your browser with our API Playground
- [Address Management](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/faqs/address-management.md): Frequently Asked Questions about Address Management
- [API Callback](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/faqs/api-callback.md): Frequently Asked Questions about API Callback
- [API Key](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/faqs/api-key.md): Frequently Asked Questions about API Key
- [Coin Management](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/faqs/coin-management.md): Frequently Asked Questions about Coin Management
- [Transaction Management](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/faqs/transaction-management.md): Frequently Asked Questions about Transaction Management
- [Build your first wallet application with Cobo in 10 minutes](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/get-started/overview/first-wallet-tutorial.md)
- [Full Custody](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/get-started/overview/full-custody-quick-start.md)
- [MPC Lite](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/get-started/overview/mpc-lite-quick-start.md)
- [MPC Co-managed Custody](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/get-started/overview/mpc-quick-start.md)
- [Quickstart](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/get-started/overview/quickstart.md)
- [Best Security Practices for API Configuration](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/guides/howtos/api-configuration-best-practices.md)
- [API Error Handling and Reporting ](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/guides/howtos/api-error-handling-and-reporting.md)
- [Safeguarding API Security Key](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/guides/howtos/api-security-key.md)
- [Setting Up Token Sweeping](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/guides/howtos/auto-token-sweeping-for-mpc-wallets.md)
- [How to Configure API Callback ](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/guides/howtos/configure-api-callback.md)
- [Creating and Managing Deposit Addresses](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/guides/howtos/create-manage-deposit-addresses.md)
- [How to Create a Transaction on UTXO-based Blockchains](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/guides/howtos/creating-utxo-transactions.md)
- [How to Create Web3 Transactions in MPC Wallets](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/guides/howtos/creating-web3-transactions.md)
- [How to Create a Withdraw Transaction via APIs](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/guides/howtos/creating-withdrawal-transactions.md)
- [Deposit and Withdraw Processes](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/guides/howtos/deposit-and-withdrawal-transaction-status.md)
- [How to Estimate and Optimize Transaction Fees for MPC Wallets](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/guides/howtos/estimate-transaction-fees.md)
- [Managing Wallet Balances](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/guides/howtos/manage-balance-and-transactions.md)
- [Querying Deposit Transactions ](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/guides/howtos/querying-deposit-transactions.md)
- [Replace-By-Fee (RBF) in MPC Wallets](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/guides/howtos/rbf.md)
- [Discord](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/community/discord.md)
- [Github](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/community/github.md)
- [LinkedIn](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/community/linkedln.md)
- [News](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/community/news.md)
- [Telegram](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/community/telegram.md)
- [Twitter](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/community/twitter.md)
- [Introduction](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/custodial-wallet.md): Custodial Wallet Solution based on HSM/SGX
- [Introduction](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/introduction.md)
- [Callback Server Configuration](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/mpc-wallet/callback/callback-server-configuration.md)
- [Callback API](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/mpc-wallet/callback/callback-server-requirements/callback-api.md)
- [Callback Server Examples](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/mpc-wallet/callback/callback-server-requirements/callback-server-examples.md)
- [KeyGen Request Description](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/mpc-wallet/callback/callback-server-requirements/keygen-request.md)
- [Reshare Request Description](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/mpc-wallet/callback/callback-server-requirements/reshare-request.md)
- [Sign Request Description](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/mpc-wallet/callback/callback-server-requirements/sign-request.md)
- [TSS Node Callback Mechanism](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/mpc-wallet/callback/tss-node-callback-mechanism.md)
- [TSS Node Configuration & Callback Server Startup](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/mpc-wallet/callback/tss-node-configuration-and-callback-server-startup.md)
- [Introduction](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/mpc-wallet/mpc-introduction.md): MPC-TSS based Wallet
- [Introduction](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/smart-contract-wallet/coboargus.md): Institution's Gateway to DeFi
- [Introduction](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/smart-contract-wallet/cobosafe.md): Access Control Framework for Smart Contract Wallets
- [Introduction](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/smart-contract-wallet/en/1_overview.md)
- [Overview](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/smart-contract-wallet/en/2_1_account.md)
- [Cobo Safe Account](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/smart-contract-wallet/en/2_2_cobosafe.md)
- [Cobo Smart Account](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/smart-contract-wallet/en/2_3_cobosmart.md)
- [Send Transactions](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/smart-contract-wallet/en/2_4_send_tx.md)
- [Role Manager](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/smart-contract-wallet/en/3_rolemanager.md)
- [Overview](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/smart-contract-wallet/en/4_1_authorizer.md)
- [Authorizer Example](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/smart-contract-wallet/en/4_2_sample.md)
- [BaseACL](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/smart-contract-wallet/en/4_3_ACL.md)
- [Hint](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/smart-contract-wallet/en/4_4_hint.md)
- [Other Authorizers](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/smart-contract-wallet/en/4_5_others.md)
- [Argus Integration](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/smart-contract-wallet/en/5_argus.md)
- [Security Audit](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/smart-contract-wallet/en/6_audit.md)
- [Deployed Addresses](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/smart-contract-wallet/en/7_deployment.md)
- [Wallet as a Service](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/overview/waas-introduction.md)
- [JavaScript](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/sdks-and-tools/sdks/cobo-safe/js.md)
- [Python](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/sdks-and-tools/sdks/cobo-safe/python.md)
- [Go](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/sdks-and-tools/sdks/waas/go.md)
- [Java](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/sdks-and-tools/sdks/waas/java.md)
- [JavaScript](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/sdks-and-tools/sdks/waas/javascript.md)
- [PHP](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/sdks-and-tools/sdks/waas/php.md)
- [Python](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/sdks-and-tools/sdks/waas/python.md)
- [Cobo Safe Python Kit](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/sdks-and-tools/tools/pycobosafe.md)
- [MPC Recovery Kits](https://cobo-docs-feature-cobo-cli.mintlify.app/v1/sdks-and-tools/tools/recovery-kit.md)
## OpenAPI Specs
- [dev_openapi](https://cobo-docs-feature-cobo-cli.mintlify.app/v2/cobo_waas2_openapi_spec/dev_openapi.yaml)