Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Validate parameters and estimate gas before submitting a token deployment.
POST /v1/tokens/{tokenId}/deployment/estimate
POST
/v1/tokens/{tokenId}/deployment/estimate
tokens:read
eth_call
{ "deployerWalletId": "wallet_xyz789", "constructorArgs": { "name": "Example Institutional Token", "symbol": "EIT", "decimals": 18, "initialSupply": "0" } }
{ "tokenId": "token_abc123", "estimatedGas": "1230000", "estimatedFeeWei": "12300000000000", "predictedContractAddress": "0x9a8e5e21f0c27d2c5c14b6e9bd8e4a0f9c9b4d12", "warnings": [], "checks": { "templateBytecodeHashMatches": true, "deployerHasFunds": true, "deployerNonceAvailable": true } }
VALIDATION
TOKEN_ALREADY_DEPLOYED
contractAddress
TOKEN_DEPLOYMENT_FAILED
NODE_UNAVAILABLE