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 babylon staking registration details successfully

The details of a Babylon Phase-2 registration.

id
string

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

Example:

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

staking_id
string

The ID of the Phase-1 BTC staking position.

Example:

"3f2840ce-44eb-450b-aa81-d3f84b772efb"

babylon_address
Stake from MPC Wallets · object

The Babylon address used for receive the BABY rewards.

btc_address
Stake from MPC Wallets · object

The BTC address associated with the staking position.

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"

staked_amount
string

The amount of BTC that is staked.

Example:

"500.25"

error_message
string

The error message if the Babylon Phase-2 registration request 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