Skip to main content
GET
Get List Delegations

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"

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.