Authorizations
The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
Path Parameters
The Address Book entry ID.
Response
The information about an Address Book.
The information of an Address Book entry.
Organization ID.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Address Book entry ID.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Wallet address.
"0x570f02f2b5fcf3ac56fb6703bd7039c0c9e33460"
A user-defined label for the address.
"test"
Optional memo or tag required by some chains.
"9d4773eb"
Wallet name.
"Example Wallet"
The wallet type. Possible values include:
-
Custodial
: Custodial Wallets -
MPC
: MPC Wallets -
SmartContract
: Smart Contract Wallets -
Exchange
: Exchange Wallets
Custodial
, MPC
, SmartContract
, Exchange
"Custodial"
The wallet sub-type. Possible values include:
Asset
: Custodial Wallets (Asset Wallets).Web3
: Custodial Wallets (Web3 Wallets).Org-Controlled
: MPC Wallets (Organization-Controlled Wallets).User-Controlled
: MPC Wallets (User-Controlled Wallets).Safe{Wallet}
: Smart Contract Wallets (Safe).Main
: Exchange Wallets (Main Account).Sub
: Exchange Wallets (Sub Account).
Each wallet sub-type requires a different set of properties. Switch between the above tabs for details.
Asset
, Web3
, Org-Controlled
, User-Controlled
, Safe{Wallet}
, Main
, Sub
"Asset"
A list of chain IDs.
Email of the address owner.
"help@cobo.com"
The address encoding formats. This property only applies to blockchains that have a similar architecture to Bitcoin.
ENCODING_P2PKH
, ENCODING_P2SH_P2WPKH
, ENCODING_BECH32
, ENCODING_P2PKH_UNCOMPRESSED
, ENCODING_P2SH_P2MS
, ENCODING_P2SH_P2WSH_P2MS
, ENCODING_P2TR
, ENCODING_ADA_BYRON
, ENCODING_ADA_SHELLEY
, ENCODING_DEFAULT
"ENCODING_P2PKH"