Skip to main content

verify_builder_fee

Function verify_builder_fee 

Source
pub async fn verify_builder_fee(
    wallet_address: &str,
    is_testnet: bool,
) -> Result<BuilderFeeVerifyResult>
Expand description

Verifies builder fee approval status for a wallet.

Queries the Hyperliquid maxBuilderFee info endpoint to check if the wallet has approved the Nautilus builder fee at the required rate.

§Arguments

  • wallet_address - The wallet address to check (hex string with 0x prefix)
  • is_testnet - Whether to use testnet or mainnet

§Returns

The verification result including approval status.