Get Token by Address
Retrieve detailed information about a Clanker token using its contract address.
GET https://www.clanker.world/api/get-clanker-by-addressx-api-key: your_api_keyParameter
Type
Description
curl -X GET \
'https://www.clanker.world/api/get-clanker-by-address?address=0x1bc0c42215582d5A085795f4baDbaC3ff36d1Bcb' \
-H 'x-api-key: your_api_key'Response Format
{
"data":
{
"id": 241400,
"created_at": "2025-04-15T00:16:39.464442+00:00",
"tx_hash": "0x581b54f7b59def7483eb0306d924f82910582d3d024f2dd9a2195341eacd43b9",
"contract_address": "0x6270BCB5398927335AEf599EdD1CC666FcC77797",
"name": "deployer",
"symbol": "$deployer",
"pool_address": "0x213264B1Bc0F39f705687fdaBe97E8b3F8B3455F",
"cast_hash": "bankr deployment",
"type": "clanker_v3_1",
"pair": "WETH",
"chain_id": 8453,
"metadata": {
"auditUrls": [],
"description": "",
"socialMediaUrls": []
},
"deploy_config": {
"devBuyAmount": 0,
"lockupPercentage": 0,
"vestingUnlockDate": 0
},
"social_context": {
"interface": "Bankr",
"messageId": "bankr deployment",
"id": "886870"
"platform": "Farcaster"
},
"requestor_fid": 886870,
"deployed_at": "2025-04-15T00:16:35",
"msg_sender": "0x2112b8456AC07c15fA31ddf3Bf713E77716fF3F9",
"factory_address": "0x2A787b2362021cC3eEa3C24C4748a6cD5B687382",
"locker_address": "0x33e2Eda238edcF470309b8c6D228986A1204c8f9",
"warnings": [],
"pool_config": {
"pairedToken": "0x4200000000000000000000000000000000000006",
"tickIfToken0IsNewToken": -230400
},
"starting_market_cap": 9.870869513221747
},
}Response Fields
Field
Type
Description
Token Object Fields
Field
Type
Description
Last updated