Group: Onchain APIsUse this when you need: Deploy fungible.
Usage
Parameters
| Parameter | Type | Required | Description | |
|---|---|---|---|---|
owner | string | ✅ | Ethereum address of the one who is creating the token | |
symbol | string | ✅ | Symbol/Ticker for the token | |
name | string | ✅ | Name of the token | |
metadataMedia | `File | null` | ❌ | - |
metadataDescription | string | ❌ | - | |
metadataNsfw | DeployFungibleMetadataNsfwEnum | ❌ | - | |
metadataWebsiteLink | string | ❌ | - | |
metadataTwitter | string | ❌ | - | |
metadataDiscord | string | ❌ | - | |
metadataTelegram | string | ❌ | - | |
network | DeployFungibleNetworkEnum | ❌ | - | |
factory | DeployFungibleFactoryEnum | ❌ | - |
Response
Returns aRequestArgs object.
Error Handling
Related API Reference
📖 API Reference: deployFungible For detailed information about the HTTP endpoint, request/response schemas, and additional examples, see the complete API documentation.Tips
- Provide a viewerFid when supported to respect mutes/blocks and include
viewer_context. - Keep requests scoped (e.g., use
limit) to improve latency. - Cache results where sensible.

