> For the complete documentation index, see [llms.txt](https://docs.finrax.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finrax.com/authorization/signature.md).

# Signature

The Signature component of the Authorization header is an **HMAC-SHA256** digest of the elements described below<br>

| Element      | Description                                                                                                                                                                       |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Request URI  | Everything after the base URL, including query parameters if present.                                                                                                             |
| Timestamp    | Current [UNIX epoch time ](https://www.unixtimestamp.com/)in milliseconds                                                                                                         |
| Request body | A [minified ](https://codebeautify.org/jsonminifier)**JSON**-serialized string of the request body. If a body is not required (e.g. request is of type GET), use an empty string. |
