ConsoleCatalog
Sign in
OTC Markets logo

OTC Markets

otcmarkets.comFinanceno auth

Stock quotes, company profiles, news, research reports, and screeners.

Company Media Listing

ASYNCREADNo auth

Returns paginated company media and video listings with titles, types, and publication metadata.

ParametersFormJSON

OTC company identifier used by news and media endpoints

Page number for paginated results (1-based)

Number of records per page

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_otcmarkets_company_media_list",
    "params": {
      "company_id": "8189",
      "page": "1",
      "page_size": "4"
    }
  }'