Returns the list of token instruments that the faucet can dispense in the active environment. Use this before calling the faucet to discover which instruments are eligible and what limits apply.
The faucet is enabled in development environments only.
Request
message ListFaucetInstrumentsRequest {}
Response
Each entry describes a faucet-enabled instrument: its identifier, optional admin party, the per-request amount, and any cooldown or daily cap that the faucet enforces.
Example
grpcurl orderbook-devnet.silvana.dev:443 \
silvana.ledger.v1.DAppProviderService/ListFaucetInstruments
See also
RequestFaucet — request funds for one of the instruments returned here. Documented in the Ledger Gateway API overview.
GetBalances — confirm that funds arrived after a faucet request.