Skip to main content
POST
/
api
/
cerlive
/
wallets
/cerlive/wallets
curl --request POST \
  --url https://api.anysite.io/api/cerlive/wallets \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "uid": "<string>",
  "timeout": 300
}
'
[
  {
    "id": 123,
    "uid": "<string>",
    "name": "<string>",
    "@type": "@cerlive_wallet",
    "rating": 123,
    "rank": 123,
    "image": "<string>",
    "description": "<string>",
    "link": "<string>",
    "incorporation": "<string>",
    "wallet_id": 123,
    "wallet_platform_name": "<string>",
    "wallet_platform_type_name": "<string>",
    "application_rating": 123,
    "installation_count": 123,
    "review_count": 123,
    "data_safety_policy_url": "<string>",
    "cookie_policy_url": "<string>",
    "pentest_rating": 123,
    "bug_bounty_rating": 123,
    "past_incidents_rating": 123,
    "security_features_rating": 123,
    "blockchains": [],
    "features": [],
    "audits": [],
    "bug_bounties": [],
    "restore_methods": [],
    "incidents": [],
    "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
uid
string
required

Wallet id (the wallet/platform identifier used by cer.live, e.g. okx-android)

Minimum string length: 1
Examples:

"okx-android"

"zengo-android"

"coolwallet-ios"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
integer
required
uid
string
required
name
string
required
@type
string
default:@cerlive_wallet
rating
number | null
rank
integer | null
image
string | null
description
string | null
incorporation
string | null
wallet_id
integer | null
wallet_platform_name
string | null
wallet_platform_type_name
string | null
application_rating
number | null
installation_count
integer | null
review_count
integer | null
data_safety_policy_url
string | null
pentest_rating
number | null
bug_bounty_rating
number | null
past_incidents_rating
number | null
security_features_rating
number | null
blockchains
string[]
features
CerliveWalletFeature · object[]
audits
CerliveWalletAudit · object[]
bug_bounties
CerliveBugBounty · object[]
restore_methods
CerliveWalletRestoreMethod · object[]
incidents
CerliveWalletIncident · object[]
created_at
integer | null
updated_at
integer | null