---
title: "POST /v1/faucet/claim"
method: POST
path: "/v1/faucet/claim"
tags: ["faucet"]
---

# POST /v1/faucet/claim

`POST /v1/faucet/claim`

Send testnet tokens from the faucet to the organization's default wallet

## Request body

- union
  - object
  - ClaimFaucetParams
    - `tokens` string[]
    - `walletAddress` string

## Response `200`

OK

- ClaimFaucetResult
  - `success` boolean

## Other responses

- `400` — Bad Request
- `502` — Bad Gateway
- `503` — Service Unavailable

---

[API](https://skmtc.net/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.net/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/revisions/5a750a5a9596/schema)
