> For the complete documentation index, see [llms.txt](https://saseul-gold.gitbook.io/saseul-gold-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://saseul-gold.gitbook.io/saseul-gold-docs/dex-api/faucet-api.md).

# Faucet API

* **Raw Request Payload**

```
{
    "type": "Faucet",
    "from": "f43808a3998233c4336d873880fe4a22fdd7eafdd90e",
    "timestamp": 1735359744379000
}
```

* **Signed Transaction Payload**

```
{
    "transaction": {
        "type": "Faucet",
        "from": "f43808a3998233c4336d873880fe4a22fdd7eafdd90e",
        "timestamp": 1735359744379000
    },
    "public_key": "391e87c9ceedb34ecd7f74d4536a33851ce54dbb0c2dfbf1a529816f8ed7",
    "signature": "3bfbcd418d6c3554074cb4e62d6de56400ba65fc66c1ba99b0562b59bd8"
}
```
