Old Fimio Smart API Documentation
  • Overview
  • Getting Started
    • Generating your API key
    • Call the API
    • Interpreting the results
  • API Specs
    • Error codes
  • Model
  • Safety and Best Practices
  • Key Concepts
    • Smart Contract Address
    • Phishing
    • Honeypot
    • Stochastic
    • Machine Learning Model
  • Limitations
Powered by GitBook
On this page

API Specs

PreviousInterpreting the resultsNextError codes

Last updated 2 years ago

Here are the OpenAPI specs for Fimio’s Malicious Smart Contract (alpha 0.0.1) API. This API is implemented as a REST API.

Expand the box below to view the GET request of the .

API specs

Returns the trust score for the provided contract address

get
Query parameters
addressstringRequired

The hexadecimal address whose score will be returned

Example: 0xe42cad6fc883877a76a26a16ed92444ab177e306Pattern: ^0x[0-9A-Fa-f]{40}$
get
GET /address HTTP/1.1
Host: api.fimio.xyz
Accept: */*