The Request Network Dashboard (dashboard.request.network) is the no-code home for everything you do with Request Network as a receiver: setting up where you want to be paid, generating API credentials, sending and receiving payment links. Sign in with an EVM or Tron wallet โ no email, no password.Documentation Index
Fetch the complete documentation index at: https://docs.request.network/llms.txt
Use this file to discover all available pages before exploring further.

Sign-in
The login screen offers EVM and Tron as parallel tabs.- EVM
- Tron
Connect MetaMask, Coinbase Wallet, or WalletConnect. Sign the SIWE message when prompted to start your session.

dashboard.request.network, auth.request.network, and api.request.network โ sign in once and youโre authorised across all three.
Payment destinations
A payment destination registers where you want to receive payments. Itโs a single chain ร token ร wallet combo, encoded as an ERC-7828 humanReadableInteropAddress.
| Chain | Tokens shown in the UI |
|---|---|
| Ethereum, Optimism, Base, Polygon, BSC | USDC, USDT |
| Arbitrum One | USDC, USDT0 |
| Tron | USDT (TRC-20) |
| Sepolia (testnet) | FAU, USDC, USDT |
The underlying API also supports USDC on Tron and additional tokens on some chains; the Dashboard UI exposes the curated set above. To use a token not in the UI, create the destination via the Auth API directly.
Client ID management
Client IDs are the credential the Dashboard (and your own apps) use to call the API on your behalf. The Dashboardโs Generate New Client ID dialog collects:- A label (display name)
- Allowed Domains โ one or more HTTPS origins (leave empty for backend-only Client IDs)


feePercentage, feeAddress, operatorWalletAddress, payeeDestinationId, defaultPreApprovalExpiry, defaultAuthorizationExpiry โ are only configurable via the Auth API. Existing Client IDs created from the Dashboard can be edited (allowed domains) or revoked from the same screen.
For the full field reference, see Client ID Management.
Get Paid
The Get Paid tab is your incoming-payments view. Create a request โ amount, currency, optional reference and payer identifier โ and the Dashboard generates apay.request.network link to share.


Pay (outgoing)
The Pay tab is your outgoing-payments view. Create a single-recipient payout, sign the resulting transaction, and the Dashboard tracks settlement.
What the Dashboard does not do
- It is not an admin / merchant control panel for downstream platforms โ itโs a user dashboard for your own wallet.
- It does not manage webhooks today โ webhooks are managed via the Auth API.
- It does not host the payer-side checkout โ thatโs Secure Payment at
pay.request.network.
Open the Dashboard
Open dashboard.request.network
Sign in with your EVM or Tron wallet to start.
Related
Quickstart
End-to-end walkthrough using the Dashboard.
Secure Payment
The payer-facing companion at pay.request.network.
