/
/Data Cloud Task API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Block2
  • getGet block by number
  • getGet latest block number
Contract1
  • postContract call
ENS Domain Endpoints3
  • getGet ENS domains
  • getResolve ENS domain
  • getReverse resolve ENS domain
Labels1
  • getAddress labels
Market Data2
  • getGet token price
  • getGet token price history
NFT Balances1
  • getGet NFTs owned by address
NFT Collections2
  • getGet NFT collection items
  • getGet NFT collection metadata
NFT Metadata2
  • getGet NFT metadata
  • getGet NFT rarity
NFT Ownership3
  • getGet NFT owner by token
  • getGet NFT owner history by token
  • getGet NFT owners by collection
NFT Transfers1
  • getGet NFT transfers by collection
Token Balances2
  • getGet ERC20 token balances
  • getGet native token balances
Token Holders2
  • getGet token holders
  • getGet top token holders
Token Metadata1
  • getGet token metadata
Token Transfers1
  • getGet token transfers by contract
Tool5
  • getget posts for a topic
  • getget topic detail
  • getlist trending topics
  • getsearch narrative candidate topics by keyword
  • getsearch social mentions by keyword
Transaction2
  • getGet transaction
  • getGet transactions by account
  • post/dw/query
  • post/query/execute
  • get/execution/{execution_id}/results
  • get/execution/{execution_id}/status

post/dw/query

Headers

X-API-KEYstring required
Content-Typestring required
Example:application/json

Request body

querystring

Example request

{
  "query": "select number, transactions_count from ethereum.blocks order by number desc limit 3000;"
}

Response

OK

Changes