---
title: "Sepolia Faucet"
method: POST
path: "/v1/faucet/sepolia"
tags: ["Faucet"]
---

# Sepolia Faucet

`POST /v1/faucet/sepolia`

Request test tokens.

## Request body

- FaucetSepoliaRequest
  - `address` string — Address to send tokens to.

## Response `200`

- FaucetSepoliaResponse
  - `amountSent` number — Amount of tokens sent.
  - `transaction` string — Transaction details URL.

## Other responses

- `400` — Validation error.
- `429` — Validation error.

---

[API](https://skmtc.dev/chainstack/apis/chainstack-platform-api.md) · [All operations](https://skmtc.dev/chainstack/apis/chainstack-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chainstack/chainstack-platform-api/revisions/3ab04211149e/schema)
