Swaps Data
Last updated
Was this helpful?
Last updated
Was this helpful?
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 .
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.
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).