Skip to main content
POST
/
api
/
cerlive
/
tokens
/cerlive/tokens
curl --request POST \
  --url https://api.anysite.io/api/cerlive/tokens \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "eid": "<string>",
  "timeout": 300
}
'
[
  {
    "id": 123,
    "alias": "<string>",
    "name": "<string>",
    "@type": "@cerlive_token",
    "ticker": "<string>",
    "link": "<string>",
    "image": "<string>",
    "category": "<string>",
    "rank": 123,
    "details_level": "<string>",
    "rating": 123,
    "audit_coverage": 123,
    "market_cap": 123,
    "market_cap_change": 123,
    "price": 123,
    "price_change": 123,
    "trading_volume": 123,
    "total_supply": 123,
    "circulation_supply": 123,
    "is_token_audit_relevant": false,
    "is_platform_audited": false,
    "has_ongoing_bug_bounty": false,
    "has_insurance": false,
    "has_incidents": false,
    "token_audits": [],
    "platform_audits": [],
    "bug_bounties": [],
    "insurances": [],
    "social_references": [],
    "exchange_ids": [],
    "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
eid
string
required

Token id (the slug used in the cer.live token URL)

Minimum string length: 1
Examples:

"1inch"

"aave"

"uniswap"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
integer
required
alias
string
required
name
string
required
@type
string
default:@cerlive_token
ticker
string | null
image
string | null
category
string | null
rank
integer | null
details_level
string | null
rating
number | null
audit_coverage
integer | null
market_cap
number | null
market_cap_change
number | null
price
number | null
price_change
number | null
trading_volume
number | null
total_supply
number | null
circulation_supply
number | null
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
token_audits
CerliveAudit · object[]
platform_audits
CerliveAudit · object[]
bug_bounties
CerliveBugBounty · object[]
insurances
CerliveInsurance · object[]
social_references
CerliveSocialReference · object[]
exchange_ids
integer[]
created_at
integer | null
updated_at
integer | null