Skip to main content
GET
/
?module=contract&action=getsourcecode
Get contract source code for a verified contract
curl --request GET \
  --url 'https://api.fuse.io/api/v0/explorer/?module=contract&action=getsourcecode'
{
  "message": "<string>",
  "result": {},
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fuse.io/llms.txt

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

Query Parameters

module
enum<string>
required
Available options:
contract
action
enum<string>
required
Available options:
getsourcecode
address
string
required
apiKey
string
required

Response

200 - application/json

OK

message
string
result
object
status
string