Skip to content

In Pool Interactions, get amount of tokens involved in the interaction #11

Description

@randomshinichi

Now the graph query might have to look like this...

{users(orderBy:id%s){
		  id,
		  orders {
			amount
			timestamp
			tx
			datatokenId {
			  id
			  symbol
			  name
			}
		  }
{
  poolTransactions{
    poolAddressStr
    event
    timestamp
    sharesTransferAmount
    sharesBalance
    consumePrice
    spotPrice
    tokens{
      tokenAddress
      value
      type
    }
    tx
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions