For the complete documentation index, see llms.txt. This page is also available as Markdown.

Withdrawals

Get a withdrawal

get

Fetch the status and other details of a withdrawal

Path parameters
burnTxidstringRequired

The withdrawal transaction ID

Pattern: ^0x[0-9a-fA-F]*$
eventIndexstringRequired

The event index of the print event in the transaction that includes details of the withdrawal

Pattern: ^(?:(?!^-0$)-?(?:(?:0|[1-9]\d*)))$
Responses
200

Response for status 200

application/json
burnTxidstringRequired
createdAtstringRequired
eventIndexnumberRequired
withdrawalIdstringRequired
get/{networkStr}/withdrawals/{burnTxid}/{eventIndex}

Last updated

Was this helpful?