Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

0xProject/0x-subgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0x subgraph

Subgraph endpoints:
Queries (HTTP): https://api.thegraph.com/subgraphs/name/dekz/zeroex
Subscriptions (WS): wss://api.thegraph.com/subgraphs/name/dekz/zeroex

Example:

{
  users(first: 5) {
    id
    fillsAsTaker {
      id
    }
    fillsAsMaker {
      id
    }
    orders {
      id
    }
  }
  fills(first: 5) {
    id
    makerAssetFilledAmount
    takerAssetFilledAmount
    order {
      makerAssetData
      takerAssetData
    }
    
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published