---
title: "Get all ads for a wallet"
method: GET
path: "/api/ads/wallet/{wallet_address}"
tags: ["Advertising"]
---

# Get all ads for a wallet

`GET /api/ads/wallet/{wallet_address}`

Returns all ad submissions associated with an EVM wallet address. Useful for bots to discover their submission IDs and track statuses. Rate limit: 2 requests/min/IP.

## Path parameters

- `wallet_address` string, required

## Response `200`

List of ads for this wallet

- object
  - `wallet` string
  - `ads` object[]
    - `submission_id` string
    - `status` string
    - `banner_size` string
    - `target_url` string
    - `submitted_at` string, date-time
    - `expires_at` string, date-time, nullable

## Other responses

- `400` — Invalid wallet address

---

[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)
