Skip to main content
GET
/
config
/
smart-contracts
/
languages
Smart contract languages list
curl --request GET \
  --url 'https://api.blockscout.com/{chain_id}/api/v2/config/smart-contracts/languages?apikey='
{
  "languages": [
    "solidity"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://blockscout-mf-14206.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apikey
string
query
required

API key for authentication. Required for all Pro API endpoints. Obtain your API key at https://dev.blockscout.com/

Query Parameters

apikey
string
required

API key for rate limiting or for sensitive endpoints

key
string

Secret key for getting access to restricted resources

Response

Smart contract languages.

languages
enum<string>[]
Available options:
solidity,
vyper,
yul,
geas,
stylus_rust