wallet_address
BusinessGenerate cryptocurrency wallet addresses in Bitcoin or Ethereum format. For crypto payment testing and blockchain UI development.
Example Outputs
0x742d35Cc6634C0532925a3b844Bc9e7595f2bD181A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNaAPI Usage
Send a POST request to generate wallet address data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "wallet_address",
"type": "wallet_address"
}
]
}
]
}'Common Use Cases
- Crypto payment testing
- Blockchain UI testing
- Wallet integration testing
Quick Info
- Field Type
- wallet_address
- Category
- Business
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Wallet Address + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.