/
/Aeternity node
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 19m ago · Updated 1mo ago
external37
  • get/accounts/{pubkey}
  • get/accounts/{pubkey}/hash/{hash}
  • get/accounts/{pubkey}/height/{height}
  • get/accounts/{pubkey}/next-nonce
  • get/accounts/{pubkey}/transactions/pending
  • get/auctions/{name}
  • get/blocks/top
  • get/channels/{pubkey}
  • get/contracts/{pubkey}
  • get/contracts/{pubkey}/code
  • get/contracts/{pubkey}/poi
  • post/dry-run
  • get/generations/current
  • get/generations/hash/{hash}
  • get/generations/height/{height}
  • get/key-blocks/current
  • get/key-blocks/current/hash
  • get/key-blocks/current/height
  • get/key-blocks/hash/{hash}
  • get/key-blocks/height/{height}
  • get/key-blocks/pending
  • get/micro-blocks/hash/{hash}/header
  • get/micro-blocks/hash/{hash}/transactions
  • get/micro-blocks/hash/{hash}/transactions/count
  • get/micro-blocks/hash/{hash}/transactions/index/{index}
  • get/names/{name}
  • get/oracles/{pubkey}
  • get/oracles/{pubkey}/queries
  • get/oracles/{pubkey}/queries/{query-id}
  • get/peers/pubkey
  • get/recent-gas-prices
  • get/status
  • get/status/chain-ends
  • get/sync-status
  • post/transactions
  • get/transactions/{hash}
  • get/transactions/{hash}/info
internal34
    external
    oracle

    Get oracle queries by public key

    get/oracles/{pubkey}/queries

    Path parameters

    pubkeystring required

    The public key of the oracle

    Query parameters

    fromstring

    Last query id in previous page

    limitinteger

    Max number of oracle queries

    type'open' | 'closed' | 'all'

    The type of a query: open, closed or all

    Response

    Successful operation

    Changes