Skip to main content
POST
/
api
/
dappradar
/
chains
/
search
/dappradar/chains/search
curl --request POST \
  --url https://api.anysite.io/api/dappradar/chains/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300
}
'
[
  {
    "name": "<string>",
    "@type": "DappradarChain",
    "rank": 123,
    "alias": "<string>",
    "symbol": "<string>",
    "image": "<string>",
    "token_price": 123,
    "change_24h": 123,
    "market_cap": 123,
    "volume_24h": 123,
    "dapp_count": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required

Number of chains to return

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

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

name
string
required
@type
string
default:DappradarChain
rank
integer | null
alias
string | null
symbol
string | null
image
string | null
token_price
number | null
change_24h
number | null
market_cap
number | null
volume_24h
number | null
dapp_count
integer | null