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
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key by emailing us at cypherblock.xyz@gmail.com
Make your first request
To make your first request, send an authenticated request to the check endpoint. This will check a given address, ens or domain
Check an address
GET
https://cypherblock.xyz/api/check
Checks whether an address, ens or domain has been reported as a scam + its trustability score
Query Parameters
Name
Type
Description
value*
String
Address, ENS or domain
Headers
Name
Type
Description
X-Cypherblock-API*
String
Your API key
Examples
Take a look at how you might call this method using curl
:
Last updated
Was this helpful?