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.

Query Parameters

token_id
string

The token ID, which is the unique identifier of a token. You can retrieve the IDs of all the tokens you can use by calling List enabled tokens.

activity_type
enum<string>

Filter by tokenization activity type. The type of tokenization operation.

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

"Issue"

activity_status
enum<string>

Filter by tokenization activity status. The status of the tokenization activity.

Available options:
Processing,
Success,
Failed
limit
integer<int32>
default:10

The maximum number of objects to return. For most operations, the value range is [1, 50].

after
string

A cursor indicating the position after the current page. This value is generated by Cobo and returned in the response. You do not need to provide it on the first request. When paginating forward (to the next page), you should pass the after value returned from the last response.

before
string

A cursor indicating the position before the current page. This value is generated by Cobo and returned in the response. If you are paginating forward from the beginning, you do not need to provide it on the first request. When paginating backward (to the previous page), you should pass the before value returned from the last response.

direction
enum<string>
default:ASC

The sort direction. Possible values include:

  • ASC: Sort the results in ascending order.
  • DESC: Sort the results in descending order.
Available options:
ASC,
DESC

Response

Successfully retrieved the list of tokenization activities.

data
object[]
required

The list of tokenization activities.

pagination
object
required

The pagination information of the returned data.