Skip to main content
POST
/
api
/
cerlive
/
tokens
/
search
/cerlive/tokens/search
curl --request POST \
  --url https://api.anysite.io/api/cerlive/tokens/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300
}
'
[
  {
    "id": 123,
    "name": "<string>",
    "@type": "@cerlive_token_list_item",
    "alias": "<string>",
    "category": "<string>",
    "image": "<string>",
    "rating": 123,
    "rank": 123,
    "market_cap": 123,
    "audit_coverage": 123,
    "details_level": "<string>",
    "price": 123,
    "price_change": 123,
    "market_cap_change": 123,
    "trading_volume": 123,
    "total_supply": 123,
    "circulation_supply": 123,
    "token_audit_count": 0,
    "platform_audit_count": 0,
    "bug_bounty_count": 0,
    "insurance_count": 0,
    "social_reference_count": 0,
    "is_token_audit_relevant": false,
    "is_platform_audited": false,
    "has_ongoing_bug_bounty": false,
    "has_insurance": false,
    "has_incidents": false,
    "created_at": 123,
    "updated_at": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required

Max number of results

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

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
integer
required
name
string
required
@type
string
default:@cerlive_token_list_item
alias
string | null
category
string | null
image
string | null
rating
number | null
rank
integer | null
market_cap
number | null
audit_coverage
integer | null
details_level
string | null
price
number | null
price_change
number | null
market_cap_change
number | null
trading_volume
number | null
total_supply
number | null
circulation_supply
number | null
token_audit_count
integer
default:0
platform_audit_count
integer
default:0
bug_bounty_count
integer
default:0
insurance_count
integer
default:0
social_reference_count
integer
default:0
is_token_audit_relevant
boolean
default:false
is_platform_audited
boolean
default:false
has_ongoing_bug_bounty
boolean
default:false
has_insurance
boolean
default:false
has_incidents
boolean
default:false
created_at
integer | null
updated_at
integer | null