πAPI
The Fide REST API can be used to interact with the Fide database programmatically.
API Resources
A simple example of a "blockchain_address" entity query
Try It Now!
POST Endpint
https://api.fide.id
Query
query getEntity($fide_id: String, $blockchain_address: String) {
entity(input:{fide_id:$fide_id, blockchain_address: $blockchain_address}) {
blockchain_addresses
links
fide_id
}
}
Variables
{
"blockchain_address": "0x0fb213a1af101b1429e6ad3020ad92fb0d25eb1e"
}
Headers
{
"x-api-key": "YOUR_API_KEY"
}
Last updated
Was this helpful?