GitHubGitHub (opens in a new tab)
  • Overview
  • ⚡️ Introduction
  • 🚀 Get Started
  • FPCN
    • Concepts
      • Fetcch Providers
      • Fetcch Identities
      • Payments
      • Transaction Requests
      • Authentication
    • Understanding Tech
      • Understanding Tech
      • Fetcch Payment Connectivity Network
      • Fetcch Storage Layer
      • Fetcch Compute Layer
    • Guides
      • Authorization
      • Provider
      • Identity
      • Transaction Request
      • Payments
  • Fetcch Block
    • Overview
    • Smart Contracts
    • Communication Layers
    • Dex Aggregator
    • Dynamic Fee Structure
    • Security Measures
    • Misc
    • Contract Address
  • Overview
  • ⚡️ Introduction
  • 🚀 Get Started
  • FPCN
    • Concepts
      • Fetcch Providers
      • Fetcch Identities
      • Payments
      • Transaction Requests
      • Authentication
    • Understanding Tech
      • Understanding Tech
      • Fetcch Payment Connectivity Network
      • Fetcch Storage Layer
      • Fetcch Compute Layer
    • Guides
      • Authorization
      • Provider
      • Identity
      • Transaction Request
      • Payments
  • Fetcch Block
    • Overview
    • Smart Contracts
    • Communication Layers
    • Dex Aggregator
    • Dynamic Fee Structure
    • Security Measures
    • Misc
    • Contract Address

On This Page

  • Get Provider
Question? Give us feedback → (opens in a new tab)
FPCN
Guides
Provider

Provider

Get Provider

💡secret-key required

Route - /v1/providers/

Method - Get

Response -

{
    "status": 200,
    "timestamp": "",
    data: {
        "id": "metamask",
        "logo": "logo URL",
        "delimiter": "@",
        "txHash": "transaction hash", // ethereum tx hash
        "registryContract": "address",
        "dataSourceId": "bqd...",
        "dataSource": "IPFS",
        "ownerId": "",
        "nftSource": [
            {
                "id": "",
                "chainId": "1",
                "chain": {...chain object},
                "resolverAddress": "ADDRESS"
            }
        ],
        "owner": {...user object}
    }
}
Last updated on March 3, 2023
AuthorizationIdentity

2023 © Fetcch.