Default

Get tokens sorted by 24h volume.

get
Authorizations
x-api-keystringRequired
Query parameters
chain_idintegerOptionalExample: 11155111
pagestring | nullableOptional
Responses
200

A list of tokens sorted by 24h volume

application/json
get
/info/api/all-tokens-by-volume
GET /info/api/all-tokens-by-volume HTTP/1.1
Host: steakhouseapi.xyz
x-api-key: YOUR_API_KEY
Accept: */*
200

A list of tokens sorted by 24h volume

{
  "page": 1,
  "total_count": 1,
  "total_pages": 1,
  "items": [
    {
      "chain_id": 1,
      "token_address": "text",
      "virtual_token_address": "text",
      "real_token_address": "text",
      "graduated": true,
      "graduation_timestamp": 1,
      "creator": "text",
      "name": "text",
      "symbol": "text",
      "total_supply": "text",
      "token_type": 1,
      "graduation_cap": "text",
      "tax_wallet": "text",
      "curve_starting_tax": "text",
      "curve_tax_duration": "text",
      "curve_max_wallet": "text",
      "curve_max_wallet_duration": "text",
      "curve_max_tx": "text",
      "curve_max_tx_duration": "text",
      "final_tax_rate": "text",
      "lp_lock_duration": "text",
      "burn_lp": true,
      "start_time": "text",
      "is_stealth": true,
      "is_super_simple": true,
      "is_zero_simple": true,
      "image_url": "text",
      "banner_url": "text",
      "bio": "text",
      "telegram": "text",
      "twitter": "text",
      "website": "text",
      "catagory": "text",
      "is_advanced": true,
      "tax_drop_step": "text",
      "tax_drop_interval": "text",
      "max_wallet_step": "text",
      "max_wallet_interval": "text",
      "max_tx_step": "text",
      "max_tx_interval": "text",
      "limit_removal_time": "text",
      "eth_pool": "text",
      "circulating_supply": "text",
      "created_at_block": "text",
      "created_at_timestamp": "text",
      "inserted_at": "2025-12-06T04:07:52.035Z",
      "updated_at": "2025-12-06T04:07:52.035Z",
      "volume_24h": "text",
      "market_cap": "text",
      "progress": 1
    }
  ]
}

Returns tokens sorted by tax rate within configured bounds.

get
Authorizations
x-api-keystringRequired
Query parameters
pagestring | nullableOptional
chain_idstring | nullableOptional
sortDirstring | nullableOptional
Responses
200

Tokens filtered by tax rate

application/json
get
/info/api/filtered/tax
GET /info/api/filtered/tax HTTP/1.1
Host: steakhouseapi.xyz
x-api-key: YOUR_API_KEY
Accept: */*
200

Tokens filtered by tax rate

{
  "page": 1,
  "has_more": true,
  "next_page": 1,
  "prev_page": 1,
  "sortBy": "text",
  "sortDir": "text",
  "items": [
    {
      "chain_id": 1,
      "token_address": "text",
      "virtual_token_address": "text",
      "real_token_address": "text",
      "graduated": true,
      "graduation_timestamp": 1,
      "creator": "text",
      "name": "text",
      "symbol": "text",
      "total_supply": "text",
      "token_type": 1,
      "graduation_cap": "text",
      "tax_wallet": "text",
      "curve_starting_tax": "text",
      "curve_tax_duration": "text",
      "curve_max_wallet": "text",
      "curve_max_wallet_duration": "text",
      "curve_max_tx": "text",
      "curve_max_tx_duration": "text",
      "final_tax_rate": "text",
      "lp_lock_duration": "text",
      "burn_lp": true,
      "start_time": "text",
      "is_stealth": true,
      "is_super_simple": true,
      "is_zero_simple": true,
      "image_url": "text",
      "banner_url": "text",
      "bio": "text",
      "telegram": "text",
      "twitter": "text",
      "website": "text",
      "catagory": "text",
      "is_advanced": true,
      "tax_drop_step": "text",
      "tax_drop_interval": "text",
      "max_wallet_step": "text",
      "max_wallet_interval": "text",
      "max_tx_step": "text",
      "max_tx_interval": "text",
      "limit_removal_time": "text",
      "eth_pool": "text",
      "circulating_supply": "text",
      "created_at_block": "text",
      "created_at_timestamp": "text",
      "inserted_at": "2025-12-06T04:07:52.035Z",
      "updated_at": "2025-12-06T04:07:52.035Z",
      "volume_24h": "text",
      "market_cap": "text",
      "progress": 1
    }
  ]
}

Returns tokens sorted by market cap.

get
Authorizations
x-api-keystringRequired
Query parameters
pagestring | nullableOptional
chain_idstring | nullableOptional
sortDirstring | nullableOptional
Responses
200

Tokens filtered by market cap

application/json
get
/info/api/filtered/mcap
GET /info/api/filtered/mcap HTTP/1.1
Host: steakhouseapi.xyz
x-api-key: YOUR_API_KEY
Accept: */*
200

Tokens filtered by market cap

{
  "page": 1,
  "has_more": true,
  "next_page": 1,
  "prev_page": 1,
  "sortBy": "text",
  "sortDir": "text",
  "items": [
    {
      "chain_id": 1,
      "token_address": "text",
      "virtual_token_address": "text",
      "real_token_address": "text",
      "graduated": true,
      "graduation_timestamp": 1,
      "creator": "text",
      "name": "text",
      "symbol": "text",
      "total_supply": "text",
      "token_type": 1,
      "graduation_cap": "text",
      "tax_wallet": "text",
      "curve_starting_tax": "text",
      "curve_tax_duration": "text",
      "curve_max_wallet": "text",
      "curve_max_wallet_duration": "text",
      "curve_max_tx": "text",
      "curve_max_tx_duration": "text",
      "final_tax_rate": "text",
      "lp_lock_duration": "text",
      "burn_lp": true,
      "start_time": "text",
      "is_stealth": true,
      "is_super_simple": true,
      "is_zero_simple": true,
      "image_url": "text",
      "banner_url": "text",
      "bio": "text",
      "telegram": "text",
      "twitter": "text",
      "website": "text",
      "catagory": "text",
      "is_advanced": true,
      "tax_drop_step": "text",
      "tax_drop_interval": "text",
      "max_wallet_step": "text",
      "max_wallet_interval": "text",
      "max_tx_step": "text",
      "max_tx_interval": "text",
      "limit_removal_time": "text",
      "eth_pool": "text",
      "circulating_supply": "text",
      "created_at_block": "text",
      "created_at_timestamp": "text",
      "inserted_at": "2025-12-06T04:07:52.035Z",
      "updated_at": "2025-12-06T04:07:52.035Z",
      "volume_24h": "text",
      "market_cap": "text",
      "progress": 1
    }
  ]
}

Returns most recently created tokens.

get
Authorizations
x-api-keystringRequired
Query parameters
pagestring | nullableOptional
chain_idstring | nullableOptional
Responses
200

Recently created tokens

application/json
get
/info/api/filtered/recent
GET /info/api/filtered/recent HTTP/1.1
Host: steakhouseapi.xyz
x-api-key: YOUR_API_KEY
Accept: */*
200

Recently created tokens

{
  "page": 1,
  "has_more": true,
  "next_page": 1,
  "prev_page": 1,
  "sortBy": "text",
  "sortDir": "text",
  "items": [
    {
      "chain_id": 1,
      "token_address": "text",
      "virtual_token_address": "text",
      "real_token_address": "text",
      "graduated": true,
      "graduation_timestamp": 1,
      "creator": "text",
      "name": "text",
      "symbol": "text",
      "total_supply": "text",
      "token_type": 1,
      "graduation_cap": "text",
      "tax_wallet": "text",
      "curve_starting_tax": "text",
      "curve_tax_duration": "text",
      "curve_max_wallet": "text",
      "curve_max_wallet_duration": "text",
      "curve_max_tx": "text",
      "curve_max_tx_duration": "text",
      "final_tax_rate": "text",
      "lp_lock_duration": "text",
      "burn_lp": true,
      "start_time": "text",
      "is_stealth": true,
      "is_super_simple": true,
      "is_zero_simple": true,
      "image_url": "text",
      "banner_url": "text",
      "bio": "text",
      "telegram": "text",
      "twitter": "text",
      "website": "text",
      "catagory": "text",
      "is_advanced": true,
      "tax_drop_step": "text",
      "tax_drop_interval": "text",
      "max_wallet_step": "text",
      "max_wallet_interval": "text",
      "max_tx_step": "text",
      "max_tx_interval": "text",
      "limit_removal_time": "text",
      "eth_pool": "text",
      "circulating_supply": "text",
      "created_at_block": "text",
      "created_at_timestamp": "text",
      "inserted_at": "2025-12-06T04:07:52.035Z",
      "updated_at": "2025-12-06T04:07:52.035Z",
      "volume_24h": "text",
      "market_cap": "text",
      "progress": 1
    }
  ]
}
get
Authorizations
x-api-keystringRequired
Query parameters
chain_idstring | nullableOptional
Responses
200

Top 15 trending tokens

application/json
get
/info/api/trending
GET /info/api/trending HTTP/1.1
Host: steakhouseapi.xyz
x-api-key: YOUR_API_KEY
Accept: */*
200

Top 15 trending tokens

{
  "items": [
    {
      "token_address": "text",
      "trending_score": 1,
      "symbol": "text",
      "image_url": "text",
      "price_change_24h": "text"
    }
  ]
}

Check if real steakhouse.finance token.

get
Authorizations
x-api-keystringRequired
Path parameters
addressstringRequiredExample: 0xADDRESS
Responses
200

Token existence boolean

application/json
Responseboolean
get
/info/api/token/{address}/is_real
GET /info/api/token/{address}/is_real HTTP/1.1
Host: steakhouseapi.xyz
x-api-key: YOUR_API_KEY
Accept: */*
200

Token existence boolean

true

Returns token metadata, latest price, and last trade.

get
Authorizations
x-api-keystringRequired
Path parameters
addressstringRequiredExample: 0xADDRESS
Responses
200

Token snapshot data

application/json
get
/info/api/token/{address}
GET /info/api/token/{address} HTTP/1.1
Host: steakhouseapi.xyz
x-api-key: YOUR_API_KEY
Accept: */*
{
  "token": "text",
  "tokenInfo": {
    "bio": "text",
    "name": "text",
    "symbol": "text",
    "burn_lp": true,
    "creator": "text",
    "mp3_url": "text",
    "twitter": "text",
    "website": "text",
    "catagory": "text",
    "chain_id": 1,
    "eth_pool": 1,
    "telegram": "text",
    "graduated": true,
    "image_url": "text",
    "auto_brand": true,
    "banner_url": "text",
    "is_stealth": true,
    "start_time": 1,
    "tax_wallet": "text",
    "token_type": 1,
    "updated_at": "2025-12-06T04:07:52.035Z",
    "inserted_at": "2025-12-06T04:07:52.035Z",
    "is_advanced": true,
    "max_tx_step": "text",
    "curve_max_tx": 1,
    "total_supply": 1,
    "color_palette": "text",
    "tax_drop_step": "text",
    "token_address": "text",
    "final_tax_rate": 1,
    "graduation_cap": 1,
    "is_zero_simple": true,
    "is_super_simple": true,
    "max_tx_interval": "text",
    "max_wallet_step": "text",
    "created_at_block": "text",
    "curve_max_wallet": 1,
    "lp_lock_duration": 1,
    "tax_drop_interval": "text",
    "circulating_supply": 1,
    "curve_starting_tax": 1,
    "curve_tax_duration": 1,
    "limit_removal_time": "text",
    "real_token_address": "text",
    "graduation_cap_norm": 1,
    "max_wallet_interval": "text",
    "created_at_timestamp": 1,
    "graduation_timestamp": 1,
    "curve_max_tx_duration": 1,
    "virtual_token_address": "text",
    "curve_max_wallet_duration": 1
  },
  "price": 1,
  "lastTrade": {
    "type": "text",
    "price": 1,
    "amountEth": 1,
    "amountTokens": 1,
    "marketCap": 1,
    "txHash": "text",
    "virtualEth": 1,
    "circulating_supply": 1,
    "circulatingSupply": 1,
    "timestamp": 1,
    "trader": "text",
    "usdValue": 1
  }
}

Returns trade limits and quote calculations.

get
Authorizations
x-api-keystringRequired
Path parameters
tokenstringRequiredExample: 0xTOKEN
chainIdintegerRequiredExample: 1
Responses
200

Limits and quote calculations

application/json
get
/blockchain/limits/{token}
GET /blockchain/limits/{token} HTTP/1.1
Host: steakhouseapi.xyz
x-api-key: YOUR_API_KEY
Accept: */*
200

Limits and quote calculations

{
  "token": "text",
  "limitsLifted": true,
  "maxWallet": "text",
  "maxTx": "text",
  "tradeFeeBps": "text",
  "currentTaxBps": "text",
  "finalTaxRateBps": "text",
  "totalSupply": "text",
  "circulatingSupply": "text",
  "ethPoolWei": "text",
  "human": {
    "maxWalletTokens": "text",
    "maxTxTokens": "text",
    "totalSupplyTokens": "text",
    "circulatingSupplyTokens": "text",
    "ethPoolEth": "text"
  },
  "quotes": {
    "maxWallet": "text"
  }
}

Returns only the maxWallet quote.

get
Authorizations
x-api-keystringRequired
Path parameters
chainIdintegerRequiredExample: 1
tokenstringRequiredExample: 0xTOKEN
Responses
200

Max wallet quote

application/json
get
/blockchain/maxWallet/{token}
GET /blockchain/maxWallet/{token} HTTP/1.1
Host: steakhouseapi.xyz
x-api-key: YOUR_API_KEY
Accept: */*
200

Max wallet quote

{
  "token": "text",
  "limitsLifted": true,
  "maxWallet": "text",
  "maxTx": "text",
  "tradeFeeBps": "text",
  "currentTaxBps": "text",
  "finalTaxRateBps": "text",
  "totalSupply": "text",
  "circulatingSupply": "text",
  "ethPoolWei": "text",
  "human": {
    "maxWalletTokens": "text",
    "maxTxTokens": "text",
    "totalSupplyTokens": "text",
    "circulatingSupplyTokens": "text",
    "ethPoolEth": "text"
  },
  "quotes": {
    "maxWallet": "text"
  }
}

Returns only the maxTx quote.

get
Authorizations
x-api-keystringRequired
Path parameters
chainIdintegerRequiredExample: 1
tokenstringRequiredExample: 0xTOKEN
Responses
200

Max transaction quote

application/json
get
/blockchain/maxTx/{token}
GET /blockchain/maxTx/{token} HTTP/1.1
Host: steakhouseapi.xyz
x-api-key: YOUR_API_KEY
Accept: */*
200

Max transaction quote

{
  "token": "text",
  "limitsLifted": true,
  "maxWallet": "text",
  "maxTx": "text",
  "tradeFeeBps": "text",
  "currentTaxBps": "text",
  "finalTaxRateBps": "text",
  "totalSupply": "text",
  "circulatingSupply": "text",
  "ethPoolWei": "text",
  "human": {
    "maxWalletTokens": "text",
    "maxTxTokens": "text",
    "totalSupplyTokens": "text",
    "circulatingSupplyTokens": "text",
    "ethPoolEth": "text"
  },
  "quotes": {
    "maxTx": "text"
  }
}

Registers a token in Steakhouse storage after on-chain validation.

post

Creating tokens via API will require registery for your new virtual token to be shown and tradeable on steakhouse.finance site. Use this endpoint to register, you can include description and logo etc.. to be shown on your token page.

Authorizations
x-api-keystringRequired
Body
token_addressstringRequired

Lowercased address of the token to register

chain_idintegerRequired

ETH 1 - BSC 56 - BASE 8453 - ARB 42161

token_choicestring · enumOptional

Optional token type indicator (overrides is_advanced / is_super_simple / is_zero_simple)

Possible values:
is_advancedbooleanOptional

Whether the token is an advanced curve token

is_super_simplebooleanOptional

Whether the token is a super simple token

is_zero_simplebooleanOptional

Whether the token is a zero simple token

virtual_token_addressstringOptional

Optional virtual token address; defaults to token_address if omitted

real_token_addressstringOptional

Optional underlying real token address

creatorstringOptional

Address of the token creator

tax_walletstringOptional

Address of the tax wallet

image_urlstring · uriOptional

Token image URL (must be http(s))

banner_urlstring · uriOptional

Token banner URL (must be http(s))

mp3_urlstring · uriOptional

Token audio/MP3 URL (must be http(s))

namestringOptional

Token name

symbolstringOptional

Token symbol

total_supplystringOptional

Total supply (raw units)

token_typestringOptional

Token type string stored in DB

graduation_capstringOptional

Graduation cap

curve_starting_taxintegerOptional

Initial curve tax

curve_tax_durationintegerOptional

Duration for tax curve

curve_max_walletstringOptional

Max wallet along curve

curve_max_wallet_durationintegerOptional

Duration for max wallet curve

curve_max_txstringOptional

Max tx along curve

curve_max_tx_durationintegerOptional

Duration for max tx curve

final_tax_rateintegerOptional

Final tax rate

lp_lock_durationstringOptional

LP lock duration (seconds)

burn_lpbooleanOptional

Whether LP is burned

start_timestringOptional

Token start time (Unix timestamp, seconds)

tax_drop_stepintegerOptional

Advanced tax drop step

tax_drop_intervalintegerOptional

Advanced tax drop interval

max_wallet_stepintegerOptional

Advanced max wallet step

max_wallet_intervalintegerOptional

Advanced max wallet interval

max_tx_stepintegerOptional

Advanced max tx step

max_tx_intervalintegerOptional

Advanced max tx interval

limit_removal_timeintegerOptional

Time after which limits are removed

eth_poolstringOptional

Current ETH pool size (default 0)

circulating_supplystringOptional

Current circulating supply (default 0)

created_at_blockintegerOptional

Block number where token was created

created_at_timestampintegerOptional

Timestamp when token was created

is_stealthbooleanOptional

Whether the token was deployed via stealth

Default: false
biostringOptional

Token description / bio

telegramstringOptional

Telegram link or handle

twitterstringOptional

Twitter / X link or handle

websitestringOptional

Project website URL

catagorystringOptional

Token category (default 'meme')

Default: meme
Responses
200

Token successfully registered

application/json
ResponsebooleanExample: true
post
/blockchain/registerToken
POST /blockchain/registerToken HTTP/1.1
Host: steakhouseapi.xyz
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 984

{
  "token_address": "text",
  "chain_id": 1,
  "token_choice": "basic",
  "is_advanced": true,
  "is_super_simple": true,
  "is_zero_simple": true,
  "virtual_token_address": "text",
  "real_token_address": "text",
  "creator": "text",
  "tax_wallet": "text",
  "image_url": "https://example.com",
  "banner_url": "https://example.com",
  "mp3_url": "https://example.com",
  "name": "text",
  "symbol": "text",
  "total_supply": "text",
  "token_type": "text",
  "graduation_cap": "text",
  "curve_starting_tax": 1,
  "curve_tax_duration": 1,
  "curve_max_wallet": "text",
  "curve_max_wallet_duration": 1,
  "curve_max_tx": "text",
  "curve_max_tx_duration": 1,
  "final_tax_rate": 1,
  "lp_lock_duration": "text",
  "burn_lp": true,
  "start_time": "text",
  "tax_drop_step": 1,
  "tax_drop_interval": 1,
  "max_wallet_step": 1,
  "max_wallet_interval": 1,
  "max_tx_step": 1,
  "max_tx_interval": 1,
  "limit_removal_time": 1,
  "eth_pool": "text",
  "circulating_supply": "text",
  "created_at_block": 1,
  "created_at_timestamp": 1,
  "is_stealth": false,
  "bio": "text",
  "telegram": "text",
  "twitter": "text",
  "website": "text",
  "catagory": "meme"
}
true

Creates Txn to deploy a Super Simple token.

post
Authorizations
x-api-keystringRequired
Body
chainIdintegerRequired

ETH 1, BSC 56, BASE 8453, ARB 42161

walletAddressstringRequired

Wallet address that will send the transaction

creatorAddressstringRequired

Address recorded as token creator

tokenNamestringRequired

ERC20 token name

tokenSymbolstringRequired

ERC20 token symbol

totalSupplystringRequired

Total supply of the token (raw units)

graduationCapstringRequired

Graduation cap parameter

maxWalletstringRequired

Maximum tokens per wallet

maxTxstringRequired

Maximum tokens per transaction

tokenTypeintegerRequired

Token type: 0 = NO_TAX, 1 = TAX

finalTaxRateintegerRequired

Final tax rate in basis points or configured units

removeHeaderbooleanOptional

Whether to remove the contract header

lpLockDurationstringRequired

Duration in seconds to lock LP

burnLpbooleanOptional

Whether LP tokens are burned

startTimestringRequired

Start time as Unix timestamp (seconds)

isStealthbooleanOptional

Whether to use stealth deployment

Default: false
Responses
200

Unsigned transaction for creating a Super Simple token

application/json
post
/blockchain/create/superSimpleToken
POST /blockchain/create/superSimpleToken HTTP/1.1
Host: steakhouseapi.xyz
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 304

{
  "chainId": 1,
  "walletAddress": "text",
  "creatorAddress": "text",
  "tokenName": "text",
  "tokenSymbol": "text",
  "totalSupply": "text",
  "graduationCap": "text",
  "maxWallet": "text",
  "maxTx": "text",
  "tokenType": 1,
  "finalTaxRate": 1,
  "removeHeader": true,
  "lpLockDuration": "text",
  "burnLp": true,
  "startTime": "text",
  "isStealth": false
}
{
  "ok": true,
  "tx": {}
}

Creates Txn to deploy a Zero Simple token.

post
Authorizations
x-api-keystringRequired
Body
chainIdintegerRequired

ETH 1, BSC 56, BASE 8453, ARB 42161

walletAddressstringRequired

Wallet address that will send the transaction

creatorAddressstringRequired

Address recorded as token creator

tokenNamestringRequired

ERC20 token name

tokenSymbolstringRequired

ERC20 token symbol

totalSupplystringRequired

Total supply of the token (raw units)

graduationCapstringRequired

Graduation cap parameter

tokenTypeintegerRequired

Token type: 0 = NO_TAX, 1 = TAX

finalTaxRateintegerRequired

Final tax rate in basis points or configured units

removeHeaderbooleanOptional

Whether to remove the contract header

lpLockDurationstringRequired

Duration in seconds to lock LP

burnLpbooleanOptional

Whether LP tokens are burned

startTimestringRequired

Start time as Unix timestamp (seconds)

isStealthbooleanOptional

Whether to use stealth deployment

Default: false
Responses
200

Unsigned transaction for creating a Zero Simple token

application/json
post
/blockchain/create/zeroSimpleToken
POST /blockchain/create/zeroSimpleToken HTTP/1.1
Host: steakhouseapi.xyz
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 270

{
  "chainId": 1,
  "walletAddress": "text",
  "creatorAddress": "text",
  "tokenName": "text",
  "tokenSymbol": "text",
  "totalSupply": "text",
  "graduationCap": "text",
  "tokenType": 1,
  "finalTaxRate": 1,
  "removeHeader": true,
  "lpLockDuration": "text",
  "burnLp": true,
  "startTime": "text",
  "isStealth": false
}
{
  "ok": true,
  "tx": {}
}

Creates Txn to deploy a Basic curve token.

post
Authorizations
x-api-keystringRequired
Body
chainIdintegerRequired

ETH 1, BSC 56, BASE 8453, ARB 42161

walletAddressstringRequired

Wallet address that will send the transaction

tokenNamestringRequired

ERC20 token name

tokenSymbolstringRequired

ERC20 token symbol

totalSupplystringRequired

Total supply of the token (raw units)

tokenTypeintegerRequired

Token type: 0 = NO_TAX, 1 = TAX

graduationCapstringRequired

Graduation cap parameter

lpLockDurationstringRequired

Duration in seconds to lock LP

burnLpbooleanOptional

Whether LP tokens are burned

startTimestringRequired

Start time as Unix timestamp (seconds)

finalTaxintegerRequired

Final tax rate in basis points or configured units

removeHeaderbooleanOptional

Whether to remove the contract header

curveStartTaxintegerRequired

Initial curve tax

curveTaxIntervalintegerRequired

Interval for tax adjustments along the curve

curveMaxWalletstringRequired

Maximum wallet size along the curve

curveWalletIntervalintegerRequired

Interval for wallet size adjustments

curveMaxTxstringRequired

Maximum transaction size along the curve

curveTxIntervalintegerRequired

Interval for transaction size adjustments

useStealthbooleanOptional

Whether to use stealth deployment

Default: false
Responses
200

Unsigned transaction for creating a Basic curve token

application/json
post
/blockchain/create/basicToken
POST /blockchain/create/basicToken HTTP/1.1
Host: steakhouseapi.xyz
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 370

{
  "chainId": 1,
  "walletAddress": "text",
  "tokenName": "text",
  "tokenSymbol": "text",
  "totalSupply": "text",
  "tokenType": 1,
  "graduationCap": "text",
  "lpLockDuration": "text",
  "burnLp": true,
  "startTime": "text",
  "finalTax": 1,
  "removeHeader": true,
  "curveStartTax": 1,
  "curveTaxInterval": 1,
  "curveMaxWallet": "text",
  "curveWalletInterval": 1,
  "curveMaxTx": "text",
  "curveTxInterval": 1,
  "useStealth": false
}
{
  "ok": true,
  "tx": {}
}

Creates Txn to deploy an Advanced curve token.

post
Authorizations
x-api-keystringRequired
Body
chainIdintegerRequired

ETH 1, BSC 56, BASE 8453, ARB 42161

walletAddressstringRequired

Wallet address that will send the transaction

tokenNamestringRequired

ERC20 token name

tokenSymbolstringRequired

ERC20 token symbol

totalSupplystringRequired

Total supply of the token (raw units)

tokenTypeintegerRequired

Token type: 0 = Basic, 1 = TAX for final token

graduationCapstringRequired

Graduation cap parameter

lpLockDurationstringRequired

Duration in seconds to lock LP

burnLpbooleanOptional

Whether LP tokens are burned

startTimestringRequired

Start time as Unix timestamp (seconds)

finalTaxintegerRequired

Final tax rate in basis points or configured units

removeHeaderbooleanOptional

Whether to remove the contract header

curveStartTaxintegerRequired

Initial curve tax

curveTaxIntervalintegerRequired

Interval for tax adjustments along the curve

curveMaxWalletstringRequired

Maximum wallet size along the curve

curveWalletIntervalintegerRequired

Interval for wallet size adjustments

curveMaxTxstringRequired

Maximum transaction size along the curve

curveTxIntervalintegerRequired

Interval for transaction size adjustments

taxDropStepintegerRequired

Step size for tax reduction

taxDropIntervalintegerRequired

Interval in seconds between tax drops

maxWalletStepintegerRequired

Step size for max wallet increase

maxWalletIntervalintegerRequired

Interval in seconds between max wallet changes

maxTxStepintegerRequired

Step size for max transaction increase

maxTxIntervalintegerRequired

Interval in seconds between max transaction changes

limitRemovalTimeintegerRequired

Time after which limits are removed (seconds)

useStealthbooleanOptional

Whether to use stealth deployment

Default: false
Responses
200

Unsigned transaction for creating an Advanced curve token

application/json
post
/blockchain/create/advancedToken
POST /blockchain/create/advancedToken HTTP/1.1
Host: steakhouseapi.xyz
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 499

{
  "chainId": 1,
  "walletAddress": "text",
  "tokenName": "text",
  "tokenSymbol": "text",
  "totalSupply": "text",
  "tokenType": 1,
  "graduationCap": "text",
  "lpLockDuration": "text",
  "burnLp": true,
  "startTime": "text",
  "finalTax": 1,
  "removeHeader": true,
  "curveStartTax": 1,
  "curveTaxInterval": 1,
  "curveMaxWallet": "text",
  "curveWalletInterval": 1,
  "curveMaxTx": "text",
  "curveTxInterval": 1,
  "taxDropStep": 1,
  "taxDropInterval": 1,
  "maxWalletStep": 1,
  "maxWalletInterval": 1,
  "maxTxStep": 1,
  "maxTxInterval": 1,
  "limitRemovalTime": 1,
  "useStealth": false
}
{
  "ok": true,
  "tx": {}
}

Creates Txn to buy tokens via curve.

post
Authorizations
x-api-keystringRequired
Body
chainIDintegerOptional

ETH 1, BSC 56, BASE 8453, ARB 42161

tokenAddressstringRequired

Address of the token to buy

buyAmountstringRequired

Amount of tokens to buy

walletAddressstringRequired

Wallet address making the purchase

Responses
200

Unsigned transaction for buying tokens

application/json
post
/blockchain/buyCurve
POST /blockchain/buyCurve HTTP/1.1
Host: steakhouseapi.xyz
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 77

{
  "chainID": 1,
  "tokenAddress": "text",
  "buyAmount": "text",
  "walletAddress": "text"
}
{
  "ok": true,
  "tx": {}
}

Creates Txn to sell tokens via curve.

post
Authorizations
x-api-keystringRequired
Body
chainIDintegerRequired

ETH 1, BSC 56, BASE 8453, ARB 42161

tokenAddressstringRequired

Address of the token to sell

sellAmountstringRequired

Amount of tokens to sell

walletAddressstringRequired

Wallet address making the sale

Responses
200

Unsigned transaction for selling tokens

application/json
post
/blockchain/sellCurve
POST /blockchain/sellCurve HTTP/1.1
Host: steakhouseapi.xyz
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 78

{
  "chainID": 1,
  "tokenAddress": "text",
  "sellAmount": "text",
  "walletAddress": "text"
}
{
  "ok": true,
  "tx": {}
}

Last updated

Was this helpful?