Skip to main content
GET
Try Cobo WaaS Skill in your AI coding assistant (Claude Code, Cursor, etc.). Describe your needs in natural language to auto-generate production-ready SDK code and debug faster 🚀

Authorizations

BIZ-API-KEY
string
header
required

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

activity_id
string<uuid>
required

The ID of the activity.

Response

Successfully retrieved Activity details.

activity_id
string<uuid>
required

The ID of the activity.

Example:

"b7c8e9d0-f1a2-3b4c-5d6e-7f8a9b0c1d2e"

token_id
string
required

The token ID.

Example:

"BTC"

type
enum<string>
required

The type of tokenization operation.

Available options:
Issue,
Mint,
Burn,
Pause,
Unpause,
UpdateAllowlistAddresses,
UpdateBlocklistAddresses,
ToggleAllowlist,
ContractCall,
UpdatePermissions
Example:

"Issue"

status
enum<string>
required

The status of the tokenization activity.

Available options:
Processing,
Success,
Failed
source
MPC Wallets · object
required
initiator
string
required

The initiator of the activity.

initiator_type
enum<string>
required

The transaction initiator type. Possible values include:

  • API: An API initiator, who initiates the transaction by using the WaaS API.
  • Web: An web initiator, who initiates the transaction from Cobo Portal.
  • App: An App initiator, who initiates the transaction from Cobo Portal Apps.
  • External: An external initiator, who initiates the transaction outside Cobo.
Available options:
API,
Web,
App,
External
Example:

"API"

transaction_ids
string[]
required

The IDs of the corresponding transactions of the activity.

created_timestamp
integer<int64>
required

The creation timestamp of the activity in milliseconds since the Unix epoch.

Example:

1678886400000

updated_timestamp
integer<int64>
required

The last update timestamp of the activity in milliseconds since the Unix epoch.

Example:

1678886400000