Faucet

Faucet Api

Deprecated

Faucet transaction (v1)

get
/rpc/v1/wallet/faucet/transactions/{hash}

Get information about a faucet transaction by its hash.

Path parameters
hashstringRequired

Hash of the faucet transaction to lookup

Responses
get
/rpc/v1/wallet/faucet/transactions/{hash}
200

Faucet transaction data of the given transaction hash

No content

Faucet (v1)

get
/rpc/v1/wallet/faucet/{address}

funds account with [FUND_AMOUNT] coins

Path parameters
addressstringRequired

Address of account with or without a 0x prefix

Example: 0x88fbd33f54e1126269769780feb24480428179f552e2313fbe571b72e62a1ca1
Responses
get
/rpc/v1/wallet/faucet/{address}
200

list of associated transactions created

Faucet transaction (v2)

get
/rpc/v2/wallet/faucet/transactions/{hash}

Get information about a faucet transaction by its hash.

Path parameters
hashstringRequired

Hash of the faucet transaction to lookup

Responses
get
/rpc/v2/wallet/faucet/transactions/{hash}
200

Faucet transaction data of the given transaction hash

Last updated