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.
Coverage model
Secure Payment Pages support the same 8 networks as Request API destinations:| Type | Networks |
|---|---|
| EVM | Ethereum (mainnet), Arbitrum One, Optimism, Base, Polygon (matic), BNB Smart Chain (bsc) |
| Non-EVM | Tron |
| Testnet | Sepolia |
Supported currencies
Currencies are determined by the Request token list and available per network. UseGET /v2/currencies to query support by network.
How to verify support
- Query
GET /v2/currencieswithnetworkandsymbolfilters for discovery - Validate currency IDs before calling
POST /v2/secure-payments - Use the same network and currency validation rules you apply to normal request flows
For an at-a-glance list of ecosystem support, see Supported Chains and Currencies.
Preflight checklist
- Confirm each currency ID exists in
GET /v2/currencies - Confirm each request network is supported by your target flow
- Confirm your selected currencies are available on those networks