dappOS
  • dappOS
    • 👋Introduction
    • 📖Background and Problem Statement
      • Problem
      • Introduction to Intent
      • Current Intent-based Systems and Their Limitations
    • 💡How dappOS works
      • Optimistic Minimum Staking
      • Participants in dappOS Network
      • Workflow of dappOS Network
    • Intent Task Frameworks
      • Unified Account
      • Intent-centric dApp Interaction
      • Intent Assets
        • Scenarios
        • How Intent Asset works
      • Intent EX
    • 🔑Innovations of dappOS
      • Generalizability of Intent Tasks
      • Expanded Search Space for Service Provider Solutions
      • Enhanced Capital Efficiency for Service Providers
      • Guaranteed Execution Speed
      • Security with Scalability
    • 🌎Looking Ahead: A World with dappOS
    • 👷Developer Guides
      • Base URL
      • Versioning
      • Health
      • Node Services
      • Query Order
      • Submit Order
      • Get Pending Orders
      • Filter Node
    • 🛡️Security
      • External Audits
      • Bug Bounty
      • Withdraw Delay
    • Support
Powered by GitBook
On this page
  1. dappOS
  2. Developer Guides

Filter Node

Query the matched nodes based on order parameters. POST /supernode/node

Parameters: Content-Type: application/json [ { "template":"" , "order_params":{} }, … ] Responses: 200 - Request successful Content-Type: application/json { "total": 1, "page": 1, "size": 3, "node_list": [{}] }

PreviousGet Pending OrdersNextSecurity

Last updated 8 months ago

👷