Skip to main content

Request Funds from Faucet

POST 

https://minatokens.com/api/v1//faucet

Requests funds from the faucet for testing purposes.

Request

Bodyrequired

    addressstringrequired

    The Mina address (public key) to receive the test tokens.

Responses

Faucet response

Schema
    successboolean

    Indicates whether the faucet request was successful.

    hashstring

    The transaction hash of the faucet transfer if successful.

    errorstring

    Error message if the request failed.

Authorization: x-api-key

name: x-api-keytype: apiKeyin: headerdescription: API key for authorization. Get your API key at https://minatokens.com/api
curl -L 'https://minatokens.com/api/v1/faucet' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-api-key: <x-api-key>' \
-d '{
"address": "string"
}'
Request Collapse all
Base URL
https://minatokens.com/api/v1
Auth
Body required
{
  "address": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!