Skip to main content
POST
Create Withdrawal Request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

network
enum<string>
required

Monad network:

  • `mainnet` — Monad mainnet.
  • `testnet` — Monad testnet.
Available options:
testnet,
mainnet
delegatorAddress
string
required

Delegator address on the Monad network.

Example:

"0x1234567890abcdef1234567890abcdef12345678"

Body

application/json
withdrawId
integer<int32>
required

Identifier of the withdrawal request.

Required range: 0 <= x <= 255
Example:

0

gas
object

Computational effort required to execute the transaction measured in gas units. If not specified, default gas settings are used.

Response

OK

Standard API success response envelope wrapping the result payload.

error
object | null
required

Error object. Always null on successful responses.

result
object
required

Response payload containing the requested data.