Swaps Data
If you are interested in a particular transaction or swap you can query them with the following example queries This is the reference for the full swap schema.
Get latest Swaps from Token
You can query for the latest swaps from a token by setting the where field to the token contract address.
This example query fetches multiple swap data about the sender, amounts, timestamp and transaction data for the DAKS token.
General Swap Data by Id
To query data about a particular swap, input the transaction hash + "-" + the index in the swaps transaction array as id ( or use an id from the latest swaps query response).
Last updated