Faucet Api
Hash of the faucet transaction to lookup
Information about a Supra transaction.
GET /rpc/v1/wallet/faucet/transactions/{hash} HTTP/1.1 Host: rpc-mainnet.supra.com Accept: */*
Faucet transaction data of the given transaction hash
{ "authenticator": {}, "block_header": { "hash": "binary", "height": 1, "timestamp": { "timestamp": 1 } }, "hash": "binary", "header": { "chain_id": 1, "expiration_timestamp": { "timestamp": 1 }, "sender": "text", "sequence_number": 1, "gas_unit_price": 1, "max_gas_amount": 1 }, "payload": {}, "output": { "Dkg": "Success" }, "status": "Success" }
funds account with [FUND_AMOUNT] coins
account address to fund
Faucet may immediately return a hash of a funding tx, or, when all minter accounts are busy, reject the request.
TryLater
GET /rpc/v1/wallet/faucet/{address} HTTP/1.1 Host: rpc-mainnet.supra.com Accept: */*
list of associated transactions created
{ "Accepted": "binary" }