Quick Actions

Add Money Quick Action

Add money to your World Wallet directly from exchanges like Binance and Coinbase. Deposit, withdraw, and swap tokens across multiple exchanges and chains effortlessly.

Parameters

  • Name
    app_id
    Type
    string
    Required
    REQUIRED
    Description

    Unique ID for the Add Money mini app.

  • Name
    path
    Type
    string
    Required
    REQUIRED
    Description

    URL-encoded path to the bridge interface (typically %2Fbridge).

  • Name
    toAddress
    Type
    string
    Required
    REQUIRED
    Description

    Address of the recipient World Wallet user.

  • Name
    toToken
    Type
    string
    Required
    REQUIRED
    Description

    Token contract address to deposit (supports USDC.e or WLD).

  • Name
    amountUsd
    Type
    string
    Description

    USD amount to deposit. If omitted, the user selects the amount in-app.

  • Name
    sourceAppId
    Type
    string
    Description

    App ID of the source app for quick navigation back.

  • Name
    sourceAppName
    Type
    string
    Description

    Name of the source app displayed in the "Go Back" button.

  • Name
    sourceDeeplinkPath
    Type
    string
    Description

    Path within the source app to deeplink back to (URL-encoded).

Add Money Screen

Url follows the schema below. Navigate there to use this Quick Action.

https://worldcoin.org/mini-app?app_id=app_e7d27c5ce2234e00558776f227f791ef
&path={%2Fbridge}
&toAddress={0xRecipientAddressHere}
&toToken={0xUSDCeOrWLDAddress}
&amountUsd={100}
&sourceAppId={app_source1234567890abcdef}
&sourceAppName={My%20App}
&sourceDeeplinkPath={%2Fdashboard}