Advertising
Get available ad sizes and pricing
Returns all available banner sizes with dimensions, pricing for 7/14/30 day durations, submission fee, and any active discounts. Rate limit: 2 requests/min/IP.
get/api/ads/sizes
Response
Available ad sizes and pricing
Example response
{
"sizes": [
{
"id": "300x250",
"width": 300,
"height": 250,
"price_7d": 85,
"price_14d": 140,
"price_30d": 250
}
],
"submit_fee": 1,
"currency": "USDC"
}