UseDocumentation Index
Fetch the complete documentation index at: https://docs.launchblitz.ai/llms.txt
Use this file to discover all available pages before exploring further.
platform: "clanker_base" for Clanker launches on Base.
Methods
| Type | Purpose |
|---|---|
create_with_image_url | Launch with an image URL. |
create_with_image_blob | Launch with raw image bytes. |
Request fields
Shared fields:transaction_datalaunch_dataimage_urlorimage_blob
| Field | Type | Notes |
|---|---|---|
gwei | number | null | Optional EIP-1559 gas cap. |
dev_buy | object | Preferred dev-buy config. |
buy_config | BnbBuyConfig | null | Legacy alias for dev-buy amount. |
vanity | boolean | Optional vanity deployment flag. |
salt | string | null | Optional custom salt. |
data_suffix | string | null | Optional extra calldata bytes. |
dev_buy
Example
Notes
transaction_data.priority_feeis ignored on Base; usegweito control EIP-1559 gas settings.- Bundled legacy
buy_configvalues are rejected for Clanker. - Use
dev_buyinstead ofbuy_configfor new integrations.