SDK Explorer

Request testnet tokens for your wallet.

Parameters
input
object
Required

Represents the input parameters for requesting testnet tokens for your wallet.

address
string
Required

The address of the wallet that should receive the tokens.

blockchain
string
Required

The testnet blockchain network the resource will be created on or is currently on.

Allowed valuesARB-SEPOLIAAVAX-FUJIBASE-SEPOLIAETH-SEPOLIAMATIC-AMOYOP-SEPOLIASOL-DEVNETUNI-SEPOLIA
eurc
boolean

Request EURC testnet tokens.

native
boolean

Request native testnet tokens.

usdc
boolean

Request USDC testnet tokens.

Responses
Example
1const response = await client.requestTestnetTokens({
2  address: '0xb395f4ea0ba29494ce839613fffba74279579269',
3  blockchain: TestnetBlockchain.EthSepolia,
4  usdc: true,
5})
6console.log(response.status)
ResponseChoose an example
1{
2  "code": 0,
3  "message": ""
4}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.