New Pairs
Newly created pairs
Query parameters
chainstringRequired
Blockchain identifier
pageintegerOptionalDefault:
Page number (max 100 items/page)
1
sortstringOptional
Sort field
Header parameters
x-api-keystringOptional
API key for Pro/Enterprise plans
Responses
200
New pairs returned
application/json
Responseobject
400
Invalid request parameters
application/json
401
Unauthorized
application/json
429
Rate limit exceeded
application/json
get
GET /api/v1/blockchain/new-pairs HTTP/1.1
Host: api.dexcheck.ai
Accept: */*
[
{
"token_0_id": "0x8c23ffd23ca7e80bc79f74dd9025f4e2e0beb8b1",
"token_1_id": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"pair_id": "0x4b742a774a0d93ed7cc54d71b5ef74bf252bc447",
"dex": "uniswapv2",
"chain": "ETH",
"token_0_symbol": "HOTH",
"token_1_symbol": "WETH",
"token_0_name": "HotHugs",
"token_1_name": "Wrapped Ether",
"token_0_decimals": 18,
"token_1_decimals": 18,
"usd_price": 0.00000661090834229105,
"base_token_symbol": "HOTH",
"base_token_id": "0x8c23ffd23ca7e80bc79f74dd9025f4e2e0beb8b1",
"base_token_decimals": 18,
"base_token_name": "HotHugs",
"_24h_volume": 62.109308236239336,
"liquidity": null,
"mcap": 0,
"_24h_price_change": 0,
"_24h_swaps": 1,
"created_at": 1750417631,
"_24h_maker_count": null,
"_24h_buy_count": 1,
"_24h_sell_count": 0
}
]