Chainstack · Capability

Chainstack Platform API — Faucet (Legacy)

Chainstack Platform API — Goerli and Sepolia faucet (legacy v1). For the modern multi-chain faucet use the Faucet API capability.

Run with Naftiko ChainstackFaucetTestnet

Capability Spec

platform-faucet.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Chainstack Platform API — Faucet (Legacy)
  description: Chainstack Platform API — Goerli and Sepolia faucet (legacy v1). For the modern multi-chain faucet
    use the Faucet API capability.
  tags:
    - Chainstack
    - Faucet
    - Testnet
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      CHAINSTACK_API_KEY: CHAINSTACK_API_KEY
capability:
  consumes:
    - type: http
      namespace: platform-faucet
      baseUri: https://api.chainstack.com
      description: Chainstack v1 Goerli and Sepolia faucets.
      resources:
        - name: v1-faucet-goerli
          path: /v1/faucet/goerli
          operations:
            - name: requestGoerli
              method: POST
              description: Request Goerli testnet funds.
              outputRawFormat: json
              inputParameters:
                - name: body
                  in: body
                  type: object
                  required: true
        - name: v1-faucet-sepolia
          path: /v1/faucet/sepolia
          operations:
            - name: requestSepolia
              method: POST
              description: Request Sepolia testnet funds.
              outputRawFormat: json
              inputParameters:
                - name: body
                  in: body
                  type: object
                  required: true
      authentication:
        type: apikey
        key: Authorization
        value: 'Bearer {{env.CHAINSTACK_API_KEY}}'
        placement: header