API Reference

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
networkStrstringRequired
Body
burnTxidstringRequiredPattern: ^0x[0-9a-fA-F]*$
eventIndexnumberRequired
withdrawalIdstringRequired
Responses
chevron-right
200

Response for status 200

application/json
withdrawalIdstringRequired

The UUID of the withdrawal

post
/{networkStr}/withdrawals
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
networkStrstringRequired
Responses
chevron-right
200

Response for status 200

application/json
successbooleanRequired
post
/{networkStr}/withdrawals/test-authentication
get
Path parameters
burnTxidstringRequiredPattern: ^0x[0-9a-fA-F]*$
eventIndexstringRequiredPattern: ^(?:(?!^-0$)-?(?:(?:0|[1-9]\d*)))$
Responses
chevron-right
200

Response for status 200

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

Last updated

Was this helpful?