Swaps Data
Get latest Swaps from Token
{
swaps(orderBy: timestamp, orderDirection: desc, where:
{ token: "0x6f38e0f1a73c96cb3f42598613ea3474f09cb200" }
) {
id
token {
id
symbol
}
base {
id
symbol
}
sender
amountToken
amountBase
amountUSD
timestamp
transaction {
id
blockNumber
gasUsed
gasPrice
}
}
}General Swap Data by Id
Last updated