← Back to catalog
fdic.details
mock data$0.001 / callBank Details
Get full regulatory profile for an FDIC-insured bank by certificate number. Returns address, charter class, regulator, assets, deposits, branches, established date, insurance date, and coordinates.
Input schema
certrequired
integerFDIC certificate number uniquely identifying the institution (obtain via fdic.search)
Call via REST
curl -X POST https://unifyapi.pro/api/call/fdic.details \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"cert":0}'