Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- bsc: ethereum(network: bsc) {
- site_1: dexTrades(
- options: {asc: ["block.height", "transaction.index"], limit: 1}
- baseCurrency: {is: "0x5ddff6f22ee5df31403b9de994b4c70c8755a8ac"}
- quoteCurrency: {is: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c"}
- ) {
- block {
- utc_date: timestamp {
- iso8601
- time(format: "%Y-%m-%d %H:%M:%S")
- }
- height
- }
- side
- baseAmount
- quotePrice
- quoteAmount
- quotePriceUSD: quoteAmount(in: USD)
- baseCurrency {
- decimals
- name
- symbol
- tokenId
- tokenType
- }
- quoteCurrency {
- decimals
- name
- symbol
- }
- transaction {
- index
- hash
- txFrom {
- address
- }
- to {
- address
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment