The shared contract
API conventions
The details common to every FINAP endpoint.
01
Transport
ProtocolHTTPSProduction API traffic is encrypted in transit.
FormatJSONRequest and response bodies use application/json.
Base URLhttps://api.finap.uk/api/v1Version 1 of the public REST API.
CasingcamelCaseResponse object keys use JavaScript-style camel casing.
02
Timing
Billable service responses include durationMs. It measures FINAP’s handling and upstream round trip, not the full client-observed network time.
03
Rate limits
FINAP does not currently publish a numerical rate-limit contract or rate-limit response headers. Build retries around status and network conditions rather than assuming a fixed quota window.