> ## Documentation Index
> Fetch the complete documentation index at: https://developers.uqpay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Wallet address - find your wallet address using merchant portal

> Look up your crypto deposit wallet address in the UQPAY Merchant Portal, no API call required.

[Stablecoin Account API Publisher Disclaimer](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer)

You can view the wallet address for receiving crypto deposits directly in the Merchant Portal — useful for one-off funding or verifying the address your integration returns.

<Steps>
  <Step title="Switch to the Stablecoin Account business">
    In the top navigation, open **More** and select **DPT Ramp** to switch to the Stablecoin Account business.

    <img src="https://mintcdn.com/uqpay-0838527a/83tB7tcj_ib7lMD6/images/stablecoin-account/switch-to-dpt-ramp.png?fit=max&auto=format&n=83tB7tcj_ib7lMD6&q=85&s=e0fd53e9e7d8b545927e5a9c8e307783" alt="Switch to DPT Ramp from the More menu" width="1512" height="982" data-path="images/stablecoin-account/switch-to-dpt-ramp.png" />
  </Step>

  <Step title="Select Deposit">
    On the Ramp dashboard, select the **Deposit** button.

    <img src="https://mintcdn.com/uqpay-0838527a/83tB7tcj_ib7lMD6/images/stablecoin-account/find-wallet-address-2.png?fit=max&auto=format&n=83tB7tcj_ib7lMD6&q=85&s=41ab2abddbfbbc8b48016591b1f452e8" alt="Deposit button on the Ramp dashboard" width="1512" height="982" data-path="images/stablecoin-account/find-wallet-address-2.png" />
  </Step>

  <Step title="Select the network and coin">
    In the **Deposit** dialog, choose the network and coin you want to receive on. The system displays the corresponding wallet address, along with a QR code and the minimum deposit amount. Use the copy icon to copy the address.

    <img src="https://mintcdn.com/uqpay-0838527a/83tB7tcj_ib7lMD6/images/stablecoin-account/find-wallet-address-3.png?fit=max&auto=format&n=83tB7tcj_ib7lMD6&q=85&s=a82dceb3ab88d40a7e25d3153fbbc5c5" alt="Deposit dialog showing the wallet address for the selected network and coin" width="1512" height="982" data-path="images/stablecoin-account/find-wallet-address-3.png" />
  </Step>
</Steps>

<Warning>
  Make sure you select the correct network and coin before depositing. Depositing unsupported tokens, or using the wrong network, may result in permanent loss of funds.
</Warning>

## Retrieve the address via API

You can also retrieve the same wallet address programmatically — see [Receive deposits](/stablecoin-account/v1.6/guide/receive-deposits) for the [Deposit Wallet Address](/stablecoin-account/v1.6/api-reference/deposit-wallet-address) endpoint, webhook handling, and order reconciliation.

## Related

* [Receive deposits](/stablecoin-account/v1.6/guide/receive-deposits)
* [Supported assets and networks](/stablecoin-account/v1.6/guide/supported-assets-and-networks)
* [Fund your Stablecoin Account](/stablecoin-account/v1.6/guide/fund-your-stablecoin-account)
