↔️Legacy Endpoints
Fide is moving to a GraphQL API to make requests and responses fully dynamic!
Entity
A Fide Entity will always be a person, project, or legal organization.
Get profile information for a single entity identified by a unique Fide ID.
POST
https://api.fide.id/entity
Try It Now!
Request Body
Name | Type | Description |
---|---|---|
fide_id* | string |
Build a list of Fide entities filtered by a unique query.
POST
https://api.fide.id/entities
Request Body
Name | Type | Description |
---|---|---|
query* | dictionary |
Source
A Fide Source will always have a digital location such as a blockchain address or url.
Get information for a Fide source entity identified by a unique Fide Source ID.
POST
https://api.fide.id/source
Request Body
Name | Type | Description |
---|---|---|
source_id* | string |
Build a list of Fide sources filtered by a unique query.
POST
https://api.fide.id/sources
Request Body
Name | Type | Description |
---|---|---|
query* | dictionary |
Contribution
A Fide Contribution will always represent a one-way relationship between two entities, sources, and/or contributions.
Get information for a single contribution identified by a unique Fide Contribution ID.
POST
https://api.fide.id/contribution
Request Body
Name | Type | Description |
---|---|---|
fide_id* | string |
Last updated