{
"schemaVersion": "text",
"pairs": [
{
"chainId": "text",
"dexId": "text",
"url": "https://example.com",
"pairAddress": "text",
"labels": [
"text"
],
"baseToken": {
"address": "text",
"name": "text",
"symbol": "text"
},
"quoteToken": {
"address": "text",
"name": "text",
"symbol": "text"
},
"priceNative": "text",
"priceUsd": "text",
"txns": {
"ANY_ADDITIONAL_PROPERTY": {
"buys": 1,
"sells": 1
}
},
"volume": {
"ANY_ADDITIONAL_PROPERTY": 1
},
"priceChange": {
"ANY_ADDITIONAL_PROPERTY": 1
},
"liquidity": {
"usd": 1,
"base": 1,
"quote": 1
},
"fdv": 1,
"marketCap": 1,
"pairCreatedAt": 1,
"info": {
"imageUrl": "https://example.com",
"websites": [
{
"url": "https://example.com"
}
],
"socials": [
{
"platform": "text",
"handle": "text"
}
]
},
"boosts": {
"active": 1
}
}
]
}