Websockets
Last updated
Last updated
GET /token-profiles/latest/v1 HTTP/1.1
Accept: */*
{
"limit": 90,
"data": [
{
"url": "https://example.com",
"chainId": "text",
"tokenAddress": "text",
"icon": "https://example.com",
"header": "https://example.com",
"description": "text",
"links": [
{
"type": "text",
"label": "text",
"url": "https://example.com"
}
]
}
]
}GET /community-takeovers/latest/v1 HTTP/1.1
Accept: */*
{
"limit": 90,
"data": [
{
"url": "https://example.com",
"chainId": "text",
"tokenAddress": "text",
"icon": "https://example.com",
"header": "https://example.com",
"description": "text",
"links": [
{
"type": "text",
"label": "text",
"url": "https://example.com"
}
],
"claimDate": "2026-03-09T12:56:28.259Z"
}
]
}GET /ads/latest/v1 HTTP/1.1
Accept: */*
{
"limit": 90,
"data": [
{
"url": "https://example.com",
"chainId": "text",
"tokenAddress": "text",
"date": "2026-03-09T12:56:28.259Z",
"type": "text",
"durationHours": 1,
"impressions": 1
}
]
}GET /token-boosts/latest/v1 HTTP/1.1
Accept: */*
{
"limit": 90,
"data": [
{
"url": "https://example.com",
"chainId": "text",
"tokenAddress": "text",
"amount": 1,
"totalAmount": 1,
"icon": "https://example.com",
"header": "https://example.com",
"description": "text",
"links": [
{
"type": "text",
"label": "text",
"url": "https://example.com"
}
]
}
]
}GET /token-boosts/top/v1 HTTP/1.1
Accept: */*
{
"limit": 90,
"data": [
{
"url": "https://example.com",
"chainId": "text",
"tokenAddress": "text",
"amount": 1,
"totalAmount": 1,
"icon": "https://example.com",
"header": "https://example.com",
"description": "text",
"links": [
{
"type": "text",
"label": "text",
"url": "https://example.com"
}
]
}
]
}