📗Entity Schema

New GraphQL definitions coming soon! Fields subject to change without notice during beta.

A Fide Entity will always represent a person, project, or legal organization.

Standard {"key" : "value"} JSON schema for all Fide Entities from an Entity Endpoint.

keytypedescription

fide_id

string

Fide's unique identifier for the Entity

names

dictionary

images

dictionary

descriptions

dictionary

times

dictionary

types

string[]

tags

string[]

links

dictionary

Links (twitter, discord, telegram, arkham, blockdata, cookbook, cyberconnect, disco, friendtech, lenster, github, linkedin, messari, moralis, opensea, poap, spotify, zapper, golden, and more)

statistics

dictionary

team

dictionary

Contributions from entities

experiences

dictionary

Contributions to entities

subsidiaries

dictionary

Contributions from entities

(ex: "child" entities this "parent" entity receives contributions from)

parent_companies

dictionary

Contributions to entities

(ex: the "parent" entities this "child" entity contributes to)

sources_created

dictionary

Contributions to sources

investors

dictionary

Contributions from entities

investments

dictionary

Contributions to entities

locations

dictionary

Contributions to source (ex: "location" sources this entity contributes to such as organization headquarters)

ecosystems

dictionary

Contributions (to entities)

fide_time_created

unix timestamp

time Fide Source was created

fide_time_updated

unix timestamp

time Fide Source was updated

keytypedescription

fide_source_id

string

source_name

string

identifiers

dictionary

LINK IDENTIFIERS

statistics

dictionary

LINK STATISTICS

descriptions

dictionary

LINK DESCRIPTIONS

{ bsonType: 'object', properties: { id: { bsonType: 'string' }, slug: { bsonType: 'array', items: { bsonType: 'string' } }, blockchain_address: { bsonType: 'string' }, blockchain_hash: { bsonType: 'string' } } }

republications_count: { bsonType: 'int' }, publication_replies_count: { bsonType: 'int' }, publication_quotes_count: { bsonType: 'int' }, collects_count: { bsonType: 'int' }, followers_count: { bsonType: 'int' }, following_count: { bsonType: 'int' }, subscribers_count: { bsonType: 'int' }, subscriptions_count: { bsonType: 'int' }, views_count: { bsonType: 'int' }, likes_count: { bsonType: 'int' }, deployments_count: { bsonType: 'int' }, saves_count: { bsonType: 'int' }, publications_count: { bsonType: 'int' }

short

location_name

Contributions

keytypedescription

contributions

dictionary[]

item_count

number

the total number of items

per_page

number

the total number of items per page

current_page

number

the current page number

page_count

number

the total number of pages

has_previous_page

boolean

if has previous page

has_next_page

boolean

if has next page

Names

keytypedescription

all

string[]

names in order of prominence

first

string

legal first name

middle

string[]

legal middle name(s)

last

string

legal first name

symbol

string

official token or ticker symbol

pseudonym

string

commonly used digital name

prefixes

string[]

a word, letter, or number placed before a name.

suffixes

string[]

a word, letter, or number placed after a name.

Images

keytypedescription

primary

string

primary image url

secondary

string

secondary image url

tertiary

string

tertiary image url

banner

string

banner image url

Descriptions

keytypedescription

short

string

>200 characters

medium

string

200-500 characters

long

string

<500 characters

technical

string

technical description

token_usage

string

token_usage description

regulation

string

regulation description

governance_off_chain

string

governance_off_chain description

governance_on_chain

string

governance_on_chain description

Times

keytypedescription

start

unix timestamp

time project or organization first active

start_range

number

confidence range equally distributed before and after start measured in milliseconds

end

unix timestamp

time project or organization last inactive

end_range

number

confidence range equally distributed before and after end measured in milliseconds

first_blockchain_transaction

unix timestamp

time of first transaction on any immutable blockchain

Statistics

keytypedescription

followers_count

number

latest count of "followers" or similar

following_count

number

latest count of "following" or similar

subscribers_count

number

latest count of "subscribers" or similar

subscriptions_count

number

latest count of "subscriptions" or similar

views_count

number

latest count of "views", "visits", "impressions" or similar

likes_count

number

latest count of "likes", "favorites", "stars", "hearts" or similar

deployments_count

number

latest count of "deployments", "times published" or similar

saves_count

number

latest count of "saves" or similar

publications_count

publication_quotes_count

publication_replies_count

republications_count

Type

valuedescription

person

project

organization

Tags

valuedescription

entrepreneur

has been a start-up founder

tool

web3_powered

event_focused

web3_focused

dao_focused

tool

media_outlet

dao

web3_token

blockchain

layer_1

layer_2

hackathon_project

hackathon

erc_20

Last updated