Skip to main content
GET
/
v2
/
config
/
smart-contracts
/
languages
Smart contract languages list
curl --request GET \
  --url http://localhost/api/v2/config/smart-contracts/languages
{
  "languages": [
    "solidity"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.blockscout.com/llms.txt

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

Query Parameters

apikey
string

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