Request Network Docs
WebsiteGithubStatusDiscord
  • Request Network Docs
  • Request Network API
    • Create and Pay Requests
    • Crosschain Payments
    • EasyInvoice: API Demo App
    • API Portal: Manage API Keys and Webhooks
      • Manage API Keys and Webhooks programmatically
    • Full API Reference
  • General
    • Lifecycle of a Request
    • Request Scan
    • Supported Chains
      • Smart Contract Addresses
    • Request Network Token List
  • Advanced
    • Request Network SDK
      • Get Started
        • Quickstart - Browser
        • Quickstart - Node.js
        • Installation
        • SDK Injector
        • Request Node Gateways
      • SDK Demo Apps
        • Request Invoicing
          • Pay from Safe Multisig
        • Request Checkout
        • Components
          • Create Invoice Form
          • Invoice Dashboard
          • Payment Widget
          • Add Stakeholder
      • SDK Guides
        • Request Client
          • Configure the Request Client
          • Updating a Request
          • Payment Reference
          • Compute a Request ID without creating the request
          • Use your own signature mechanism
          • Support a new currency
          • In-Memory Requests
        • Encryption and Decryption
          • Encrypt with a wallet signature using Lit Protocol
          • Encrypt with an Ethereum private key
          • Share an encrypted request
        • Payment
          • Detect a payment
          • Native Payment
          • Conversion Payment
          • Declarative Payment
          • Configuring Payment Fees
          • Single Request Forwarder
          • Batch Payment
          • Swap-to-Pay Payment
          • Swap-to-Conversion Payment
          • Transferable Receivable Payment
          • Meta Payments
          • Escrow Payment
          • Streaming Payment
          • Pay through a proxy-contract with a multisig
          • Hinkal Private Payments
        • Mobile using Expo
      • SDK Reference
        • request-client.js
          • RequestNetwork
            • createRequest()
            • computeRequestId()
            • fromRequestId()
            • fromIdentity()
            • fromTopic()
          • Request
            • waitForConfirmation()
            • getData()
            • refresh()
            • cancel()
            • accept()
            • increaseExpectedAmountRequest()
            • reduceExpectedAmountRequest()
          • IIdentity
          • IRequestDataWithEvents
          • PaymentReferenceCalculator
        • payment-processor
          • payRequest()
        • web3-signature
          • Web3SignatureProvider
        • epk-signature
          • EthereumPrivateKeySignatureProvider
        • epk-decryption
          • EthereumPrivateKeyDecryptionProvider
    • Protocol Overview
      • SDK and Request Node Overview
      • Payment Networks
      • Private Requests using Encryption
      • Smart Contracts Overview
    • Internal SDK Architecture
      • Request Logic
      • Advanced Logic
      • Transaction
      • Data-access
      • Storage
      • Data flow
      • Request IPFS network
  • FAQ
  • Glossary
  • Contributing
Powered by GitBook
On this page
  • Intended Audience
  • Usage
  • User Interface
  • Searching for Data
  • Demo Video

Was this helpful?

Edit on GitHub
Export as PDF
  1. General

Request Scan

An explorer app for viewing requests, payments, and addresses in Request Network.

PreviousLifecycle of a RequestNextSupported Chains

Last updated 8 months ago

Was this helpful?

Request Scan is an explorer for viewing requests and payments in Request Network. It enables users to explore and scrutinize requests, payments, and addresses within the Request Network ecosystem.

Intended Audience

Request Scan caters to a broad audience:

  • Accountants: Audit and verify financial data on the request network.

  • Developers: Easily access Request Network data for troubleshooting your applications.

  • Analysts: Gain deep insights into network activity and trends.

  • Researchers: Conduct in-depth studies on blockchain data.

  • Enthusiasts: Stay informed about the latest happenings on the Request Network.

Usage

User Interface

  • Search Bar: Located at the top, allows you to search for specific requests or addresses.

  • Dashboard: Provides an overview of network statistics and recent activity.

  • Requests: View a list of recent requests with details like payee, payer, amount, and timestamp.

  • Payments: View a list of recent payments with details like blockchain transactions, amounts, fees, and timestamps.

  • Address: View information about individual addresses, including their requests and payments.

  • Request: View information about individual requests, including their details and table with actions and payments.

Searching for Data

  • Request: Enter a request ID in the search bar to view its details.

  • Address: Enter an address to see its requests and payment history.

Demo Video

Try it out

Demo Video

View Source

🕹️
▶️
ℹ️
Request Scan Demo Video
Request Scan Landing Page