Faucet
Faucet Api
Get information about a faucet transaction by its hash.
Path parameters
hashstringRequired
Hash of the faucet transaction to lookup
Responses
200
Faucet transaction data of the given transaction hash
application/json
Responseone of
nullOptional
get
GET /rpc/v1/wallet/faucet/transactions/{hash} HTTP/1.1
Host: rpc-testnet.supra.com
Accept: */*
200
Faucet transaction data of the given transaction hash
No content
funds account with [FUND_AMOUNT] coins
Path parameters
addressstringRequiredExample:
Address of account with or without a 0x prefix
0x88fbd33f54e1126269769780feb24480428179f552e2313fbe571b72e62a1ca1
Responses
200
list of associated transactions created
application/json
Responseone of
or
string · enumOptionalPossible values:
get
GET /rpc/v1/wallet/faucet/{address} HTTP/1.1
Host: rpc-testnet.supra.com
Accept: */*
200
list of associated transactions created
{
"Accepted": "text"
}
Get information about a faucet transaction by its hash.
Path parameters
hashstringRequired
Hash of the faucet transaction to lookup
Responses
200
Faucet transaction data of the given transaction hash
application/json
get
GET /rpc/v2/wallet/faucet/transactions/{hash} HTTP/1.1
Host: rpc-testnet.supra.com
Accept: */*
200
Faucet transaction data of the given transaction hash
{
"authenticator": {},
"block_header": null,
"hash": "text",
"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"
}