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

Get Pending Orders

Get pending orders

Service node obtains pending orders GET /supernode/txs/get_pending_orders

Parameters: executor= signature= timestamp= Responses: 200 - Request successful [ { "template":"" , "state":, "id": 1, "order_params":{} }, … ]

PreviousSubmit OrderNextFilter Node

Last updated 8 months ago

👷