UnifyAPI
← Back to catalog

fdic.details

mock data$0.001 / call

Bank 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.

Financeprovider: Fdic#fdic#finance

Input schema

certrequired

FDIC certificate number uniquely identifying the institution (obtain via fdic.search)

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.