> For the complete documentation index, see [llms.txt](https://solpay-docs.solblaze.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://solpay-docs.solblaze.org/reference/sdk-reference/refill-stream.md).

# refillStream

{% hint style="info" %}
**Note:**

The stream will not be refilled if the balance of the Stream Wallet is healthy. Once the Stream Wallet balance is no longer healthy, a refill request is automatically sent every 45 seconds, so this method should only be used to override the 45 second delay.
{% endhint %}

```javascript
(async() => {
    let refillRequested = await SOLPay.refillStream("..."); // true
})();
```

### Parameters:

* stream: string - the stream for requesting a refill

### Returns:

boolean (`true`) - the confirmation for requesting a refill for a stream

### Throws:

* `SOL Pay SDK Fatal Error: Invalid stream ${stream}.` - an invalid stream was used
