Skip to main content
POST
/
api
/
cerlive
/
exchanges
/cerlive/exchanges
curl --request POST \
  --url https://api.anysite.io/api/cerlive/exchanges \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "eid": "<string>",
  "timeout": 300
}
'
[
  {
    "id": 123,
    "alias": "<string>",
    "name": "<string>",
    "@type": "@cerlive_exchange",
    "display_name": "<string>",
    "status": "<string>",
    "country": "<string>",
    "link": "<string>",
    "image": "<string>",
    "description": "<string>",
    "coingecko_id": "<string>",
    "is_cg_listed": false,
    "year_established": 123,
    "rank": 123,
    "category_id": 123,
    "rating": 123,
    "server_security": 123,
    "user_security": 123,
    "penetration_tests": 123,
    "proof_of_reserves": 123,
    "bug_bounty": 123,
    "iso": false,
    "ccss": false,
    "funds_insurance": false,
    "has_past_incidents": false,
    "total_balance": 123,
    "btc_balance": 123,
    "eth_balance": 123,
    "trading_volume": 123,
    "certificates": [],
    "bug_bounties": [],
    "social_references": [],
    "project_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

Exchange id (the slug used in the cer.live exchange URL)

Minimum string length: 1
Examples:

"binance"

"coinbase-exchange"

"kraken"

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_exchange
display_name
string | null
status
string | null
country
string | null
image
string | null
description
string | null
coingecko_id
string | null
is_cg_listed
boolean
default:false
year_established
integer | null
rank
integer | null
category_id
integer | null
rating
number | null
server_security
integer | null
user_security
integer | null
penetration_tests
integer | null
proof_of_reserves
integer | null
bug_bounty
integer | null
iso
boolean
default:false
ccss
boolean
default:false
funds_insurance
boolean
default:false
has_past_incidents
boolean
default:false
total_balance
number | null
btc_balance
number | null
eth_balance
number | null
trading_volume
number | null
certificates
CerliveCertificate · object[]
bug_bounties
CerliveBugBounty · object[]
social_references
CerliveSocialReference · object[]
project_ids
integer[]
created_at
integer | null
updated_at
integer | null