Skip to main content
POST
/
api
/
dappradar
/
chains
/dappradar/chains
curl --request POST \
  --url https://api.anysite.io/api/dappradar/chains \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "chain": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "alias": "<string>",
    "@type": "DappradarChainDetail",
    "name": "<string>",
    "description": "<string>",
    "dapps": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
chain
string
required

Chain slug from its DappRadar url (the part after /rankings/protocol/)

Minimum string length: 1
Examples:

"ethereum"

"solana"

"bnb-chain"

"base"

count
integer
required

Number of top dapps on the chain to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
category
enum<string> | null

Filter dapps by category

Available options:
games,
defi,
gambling,
exchanges,
collectibles,
marketplaces,
social,
other,
high-risk
range
enum<string> | null

Time window for the dapp activity metrics

Available options:
24h,
7d,
30d

Response

Successful Response

alias
string
required
@type
string
default:DappradarChainDetail
name
string | null
description
string | null
dapps
object[]