[**brk-client**](../README.md) *** [brk-client](../globals.md) / BrkClientOptions # Interface: BrkClientOptions Defined in: [Developer/brk/modules/brk-client/index.js:1141](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1141) ## Properties ### baseUrl > **baseUrl**: `string` Defined in: [Developer/brk/modules/brk-client/index.js:1142](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1142) Base URL for the API *** ### cache? > `optional` **cache?**: `string` \| `boolean` Defined in: [Developer/brk/modules/brk-client/index.js:1144](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1144) Enable browser cache with default name (true), custom name (string), or disable (false). No effect in Node.js. Default: true *** ### timeout? > `optional` **timeout?**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:1143](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L1143) Request timeout in milliseconds