Skip to main content
POST
/
api
/
cerlive
/
wallets
/
search
/cerlive/wallets/search
curl --request POST \
  --url https://api.anysite.io/api/cerlive/wallets/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300
}
'
[
  {
    "id": 123,
    "uid": "<string>",
    "name": "<string>",
    "@type": "@cerlive_wallet_listing",
    "wallet_id": 123,
    "rating": 123,
    "rank": 123,
    "image": "<string>",
    "link": "<string>",
    "description": "<string>",
    "incorporation": "<string>",
    "wallet_platform_name": "<string>",
    "wallet_platform_type_name": "<string>",
    "feature_count": 123,
    "application_rating": 123,
    "review_count": 123,
    "installation_count": 123,
    "data_safety_policy_url": "<string>",
    "cookie_policy_url": "<string>",
    "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 wallets to return

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
uid
string
required
name
string
required
@type
string
default:@cerlive_wallet_listing
wallet_id
integer | null
rating
number | null
rank
integer | null
image
string | null
description
string | null
incorporation
string | null
wallet_platform_name
string | null
wallet_platform_type_name
string | null
feature_count
integer | null
application_rating
number | null
review_count
integer | null
installation_count
integer | null
data_safety_policy_url
string | null
created_at
integer | null
updated_at
integer | null