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
  1. API Specs

Error codes

PreviousAPI SpecsNextModel

Last updated 2 years ago

The API returns the following codes as part of its response:

API Response
Interpretation

200

Successful response

400

Address invalid

404

Address not found

500

Internal server error

If you receive any other error, kindly verify that you have typed the API URL correctly. If you have confirmed that the API URL is correct and the error persists, please .

To see the full error spec(s), expand the code box below.

submit a bug discussion in /feedback
get
Responses
200
Successful response
application/json
400
Address invalid
application/json
404
Address not found
application/json
500
Internal server error
application/json
get
GET /address HTTP/1.1
Host: api.fimio.xyz
Accept: */*
{
  "score": 0.85499,
  "address": "0x0000000000013949F288172BD7E36837BDDC7211",
  "createdAt": "2023-02-06T02:21:44Z",
  "isMalicious": 1
}