Deploy a Token
cURL Example
curl -X POST \ -H "Content-Type: application/json" \ -d '{ "name": "MyToken", "symbol": "MTK", "chain_id": "8453", "apiKey": "dg_30808C73C230D1BBC..." }' \ https://api.digifi.fun/deployToken
This endpoint streams deployment progress in real-time.
Streaming Response Example
Response
Deploying token with name: test Deploying token with symbol: test Owner wallet address: 0x952fe8ba98f337bfAd0dCB17aD99291c1b0Aa798 Using factory at address: 0x1cC11C245805E2c8F44f72729975ca040f90Ab98 Estimated deployment gas: 8140238 Transaction sent! Hash: 0xb429b63dac11aa95d07be79c87e8659cf092aecbd5efba020fd202c49bbb2cff Token deployed successfully via factory! Token deployed at address: 0xdc35bce492135d04dBA61697ccbE94c485c34A93 Liquidity pool address: 0x11852AA3665659B01398714bD9E58Abb7798854d Deployment complete.
API Configuration
Base URL
https://api.digifi.com/v1
Authentication
Authorization: Bearer YOUR_API_KEY
Available Endpoints
POST
/deployToken
Deploy a new token with specified parameters. Returns real-time deployment progress.
Parameters:
name
- Token namesymbol
- Token symbolchain_id
- Blockchain network IDapiKey
- Your API key
GET
/tokens
Retrieve a list of all deployed tokens with their metadata.
GET
/tokens/{tokenAddress}
Get detailed information about a specific token by its address.
Ready to Start Building?
Get your API key and start integrating Digifi's token deployment capabilities into your applications.