Skip to main content
POST
/
api
/
betalist
/
topics
/betalist/topics
curl --request POST \
  --url https://api.anysite.io/api/betalist/topics \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "timeout": 300,
  "market": "ai"
}
'
[
  {
    "alias": "<string>",
    "name": "<string>",
    "@type": "BetalistMarket",
    "emoji": "<string>",
    "topic_count": 123,
    "topics": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
market
string | null

Optional market slug to narrow to a single market with its full topic list

Example:

"ai"

Response

Successful Response

alias
string
required
name
string
required
@type
string
default:BetalistMarket
emoji
string | null
topic_count
integer | null
topics
object[]