Welcome to Cypherblock
Welcome to the Cypherblock API! You'll find all the documentation you need to get up and running on this page.
All you need to know and do
Get your API keys
Make your first request
Check an address
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"address": "0x9b744c0451d73c0958d8aa566dad33022e4ee797",
"ens": "sbf.eth",
"trust_percentage": 3,
"trust_percentage_pretty": "very low",
"number_of_erc20_transactions": 666,
"number_of_transactions": 6969,
"erc20_balance": 0,
"erc20_count": 4,
"first_transaction_time": "3 years ago",
"last_transaction_time": "14 days ago",
"nft_count": 0,
"balance_eth": 0.0001,
"balance_usd": 0,
"total_value_sent": 30000.0615,
"total_value_received": 3,
"eth_to_usd_conversion_rate": 1328.3,
"is_contract": false,
"scam": {
"is_scam": true,
"reports_count": 4K,
"report_url": "https://www.chainabuse.com/address/0x9b744C0451D73C0958d8aA566dAd33022E4Ee797"
}
}Examples
Last updated