Withdraw Queue
Retrieve protocol information related to withdrawals
As explained in the lifecycle section, withdrawal operations are completed by the withdraw queue, a process is triggered every ~3 Bitcoin blocks for bitcoin withdrawals, and ~every 21 Ethereum slots for ethereum withdrawals. The withdraw queue processes the destination transactions of staged operations in batches due to the throughput constraints of supported networks.
This endpoint can better inform the status of withdrawal operations.
Endpoint
GET
/withdrawal-queue
200: OK Successful Response
200: Error Response
Last updated