Skip to main content
POST
/
v1
/
faucet
/
claim
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "txId": "<string>",
  "amounts": {
    "alph": "<string>",
    "usdt": "<string>",
    "aura": "<string>"
  },
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://aura-4ecab767.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key obtained from POST /v1/auth/keys.

Body

application/json
address
string
required

Alephium address (base58, optional :N group suffix).

Required string length: 30 - 80
Pattern: ^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz:]+$

Response

Default Response

success
boolean
required
txId
string
required
amounts
object
required
message
string
required