pairCreatedAt (pair birth time in UNIX milliseconds - this is NOT snapshot time). Primary upstream collector: DEX Screener.x-api-key: ********************curl --location '/api/v1/crypto/dex/pairs/ethereum/0xA43fe16908251ee70EF74718545e4FE6C5cCEc9f' \
--header 'x-api-key: <api-key>'{
"data": {
"chain": "string",
"pair_address": "string",
"schema_version": "string",
"count": 0,
"pairs": [
{
"chainId": "string",
"dexId": "string",
"url": "string",
"pairAddress": "string",
"labels": [
"string"
],
"baseToken": {
"address": "string",
"name": "string",
"symbol": "string"
},
"quoteToken": {
"address": "string",
"name": "string",
"symbol": "string"
},
"priceNative": "string",
"priceUsd": "string",
"txns": {
"m5": {
"buys": 0,
"sells": 0
},
"h1": {
"buys": 0,
"sells": 0
},
"h6": {
"buys": 0,
"sells": 0
},
"h24": {
"buys": 0,
"sells": 0
}
},
"volume": {
"m5": 0,
"h1": 0,
"h6": 0,
"h24": 0
},
"priceChange": {
"m5": 0,
"h1": 0,
"h6": 0,
"h24": 0
},
"liquidity": {
"usd": 0,
"base": 0,
"quote": 0
},
"fdv": 0,
"marketCap": 0,
"pairCreatedAt": 0,
"info": {
"imageUrl": "string",
"header": "string",
"openGraph": "string",
"websites": [
{
"url": "string",
"label": "string",
"type": "string"
}
],
"socials": [
{
"url": "string",
"label": "string",
"type": "string"
}
]
}
}
]
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}