This operation lists all Babylon Phase-2 registration records within your organization. You can filter the results by request status and staking position ID.
The registration is processed asynchronously and may take some time to complete. It is recommended to implement automatic monitoring and handle the registration on time.
If the registration request fails, please check the error message and resolve the issues before resubmitting the registration request.
For more information, refer to Babylon’s official doc.
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.
The registration request status. 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.Processing, Completed, Failed "Processing"
The ID of the Phase-1 BTC staking position.
The maximum number of objects to return. For most operations, the value range is [1, 50].
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.
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.