Request testnet tokens for your wallet.
Represents the input parameters for requesting testnet tokens for your wallet.
The address of the wallet that should receive the tokens.
The testnet blockchain network the resource will be created on or is currently on.
Request EURC testnet tokens.
Request native testnet tokens.
Request USDC testnet tokens.
1const response = await client.requestTestnetTokens({
2 address: '0xb395f4ea0ba29494ce839613fffba74279579269',
3 blockchain: TestnetBlockchain.EthSepolia,
4 usdc: true,
5})
6console.log(response.status)
1{
2 "code": 0,
3 "message": ""
4}