---
title: "Get available ad sizes and pricing"
method: GET
path: "/api/ads/sizes"
tags: ["Advertising"]
---

# Get available ad sizes and pricing

`GET /api/ads/sizes`

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.

## Response `200`

Available ad sizes and pricing

- object
  - `sizes` object[]
    - `id` string
    - `width` integer
    - `height` integer
    - `label` string
    - `price_7d` number — 7-day placement price in USDC
    - `price_14d` number — 14-day placement price in USDC
    - `price_30d` number — 30-day placement price in USDC
    - `discount_pct` number
    - `discount_expires` string, date-time, nullable
    - `discounted_price_7d` number — Discounted 7-day price in USDC
    - `discounted_price_14d` number — Discounted 14-day price in USDC
    - `discounted_price_30d` number — Discounted 30-day price in USDC
  - `submit_fee` number — Non-refundable submission quote fee in USDC
  - `currency` string

---

[API](https://skmtc.net/blocklottos/apis/block-lottos-api.md) · [All operations](https://skmtc.net/blocklottos/apis/block-lottos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blocklottos/block-lottos-api/versions/43ed97cec4a5/schema)
