Call the API

To ping the API and get a trust score for the smart contract with address 0XXXX, use the curl command in terminal. Once that command is entered, it will return a json record.

Toggle between the tabs to see instructions in Python as well as JavaScript.

api_key=ofe86o+eAPm5ruMjFQJbesbE9HnjqCT2
curl --header "X-Api-Key: $api_key" "https://api.fimio.xyz/address?address=0xe42cad6fc883877a76a26a16ed92444ab177e306"

Last updated