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

registration_id
string
required

The Babylon airdrop or Babylon Phase-2 registration ID. You can use the Register for Babylon airdrop or the Register for Babylon Phase-2 operation to get this information.

Response

Get airdrop registration details successfully

The details of a Babylon airdrop registration.

id
string

The registration ID, a unique identifier for tracking the airdrop registration.

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

status
enum<string>

The status of a Babylon airdrop or Babylon Phase-2 registration request. Possible values include:

  • Processing: The registration request is being processed.
  • Completed: The registration has been completed.
  • Failed: The registration failed.
Available options:
Processing,
Completed,
Failed
Example:

"Processing"

btc_address
Stake from MPC Wallets · object

The Bitcoin (BTC) address used for staking.

babylon_address
Stake from MPC Wallets · object

The Babylon address used for receiving the Babylon airdrop.

airdrop_amount
string

The actual airdrop amount allocated for this BTC address.

Example:

"500.25"

error_message
string

The detailed error message if the registration failed.

Example:

"User rejected"

created_timestamp
integer<int64>

The time when the registration was created, in Unix timestamp format, measured in milliseconds.

Example:

1677587333000

updated_timestamp
integer<int64>

The time when the registration was updated, in Unix timestamp format, measured in milliseconds.

Example:

1677587400000