v1

latestOpenAPI 3.1.0Public2026-07-1316041.2 KB
Advertising

Confirm ad activation payment

After broadcasting the USDC activation payment transaction, call this endpoint with quote_id and transaction hash. The system verifies payment on-chain before activating the ad. Accepts application/json or form-encoded bodies. Rate limit: 10 requests/min/IP.

post/api/ads/activate/pay

Request body

quote_idstring required
tx_hashstring required

Transaction hash of your USDC payment on the selected network

Example request

{
  "quote_id": "aq_xyz789",
  "tx_hash": "0xabc123..."
}

Response

Ad activated