📘Contribution Schema

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

A Fide Contribution will always represent a one-way relationship between two entities, sources, and/or contributions.

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

Contribution

keytypedescription

fide_contribution_id

string

Fide's unique identifier for the Contribution

source

dictionary

entity

dictionary

from

Source or Entity (/contributions only)

to

Source or Entity (/contributions only)

descriptions

dictionary

times

dictionary

statistics

dictionary

locations

dictionary

types

string[]

tags

string[]

fide_time_created

unix timestamp

time Fide Source was created

fide_time_updated

unix timestamp

time Fide Source was updated

Descriptions

keytypedescription

short

string

>200 characters

medium

string

200-500 characters

long

string

<500 characters

Times

keytypedescription

start

unix timestamp

time contribution started

start_range

number

confidence range equally distributed before and after start measured in milliseconds

end

unix timestamp

time contribution ended

end_range

number

confidence range equally distributed before and after end measured in milliseconds

Locations

keytypedescription

formatted_address

string

complete address

lat

string

latitude

lng

string

longitude

ne_viewport_lat

string

northeast viewport latitude

ne_viewport_lng

string

northeast viewport longitude

sw_viewport_lat

string

southwest viewport latitude

sw_viewport_lng

string

southwest viewport longitude

address_components

dictionary[]

Address Components

keytypedescription

types

string[]

long_name

string

component's long name

long_name

string

component's short name

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

Types

valuedescription

profile

a digital location representing a single Entity

web_app

application software access using a web browser

technical_documentation

technical documentation

forum

a digital location where ideas and views on a particular topic can be exchanged.

post

any digital publication

article

any post in article format

video

any post in video format

audio

any post in audio format

project_audit

any post considered to be an analysis of a single project Entity

blockchain_contract_audit

any project_audit considered to be an analysis of a blockchain_contract

blockchain_address

a unique identifier used to send, receive and store digital assets on a blockchain network

blockchain_wallet

a blockchain_address with a private key

blockchain_contract

a blockchain_address with on-chain code

blockchain_transaction

a blockchain transaction

physical_location

representative of a physical location

physical_event

an event with physical components (hosted in-person)

digital_event

an event with digital components (hosted digitally)

Tags

valuedescription

published

is currently published

unpublished

was previously published and is currently unpublished

updated

has ever been updated

deployable

can currently be deployed

professional

professional representation of a single Entity

erc_20

the ERC-20 token standard for fungible tokens

erc_721

the ERC-721 token standard for non-fungible tokens (NFTs)

erc_777

the ERC-777 7token standard for fungible tokens

erc_1155

the ERC-1155 token standard for multiple token types

erc_4626

the ERC-4626 tokenized vault standard


Blockchain Ecosystems

valuedescription

bitcoin

ethereum

litecoin

primecoin

mazacoin

namecoin

arbitrum

xdc

peercoin

ethereum_classic

bitcoin_cash

cardano

tron

tezos

bitcoin_sv

Possible Blockchain Ecosystem Values
[
  
   "ethereum_classic",
   "bitcoin_cash",
   "cardano",
   "tron",
   "tezos",
   "bitcoin_sv",
   "lightning_network",
   "algorand",
   "solana",
   "polkadot",
   "avalanche",
   "mobilecoin",
   "internet_computer",
   "deso",
   "terra classic",
   "terra_2",
   "stellar",
   "eosio",
   "lbry",
   "ripple",
   "stacks",
   "vertcoin",
   "hedera_hashgraph",
   "zcash",
   "monero",
   "bitcoin_gold",
   "dogecoin",
   "hyperledger_fabric",
   "corda",
   "polygon",
   "binance_smart_chain",
   "quorum",
   "aptos",
   "near",
   "iota",
   "nano"
]

Last updated