v1
latestOpenAPI 3.0.32026-08-041747125.8 KBWithdrawals
Get withdrawal contract version
Returns the current version of the rebalancer contracts used for withdrawal signing. This value should be used as the version field in the EIP-712 domain when constructing withdrawal signatures.
Rate limiting: 1 request per 6 seconds per client IP. Excess requests receive HTTP 429 with Retry-After, X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset headers (see RateLimitExceeded response).
get/v1/withdrawals/version
Response
Withdrawal contract version retrieved successfully
Example response
{
"version": "1"
}