Get all pairs with their token names, block number and the timestamp they were created at.
{
pairs {
tokenA {
name
}
tokenB {
name
}
createdAtBlock
createdAtTimestamp
}
}
{
data {
pairs: [
{
tokenA {
name: string
}
tokenB {
name: string
}
createdAtBlock: BigInt
createdAtTimestamp: BigInt
}
]
}
}