Skip to main content
GET
/
?module=contract&action=listcontracts
Get a list of contracts
curl --request GET \
  --url 'https://api.fuse.io/api/v0/explorer/?module=contract&action=listcontracts'
{
  "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:
listcontracts
page
integer
offset
integer
filter
string
not_decompiled_with_version
string
verified_at_start_timestamp
integer
verified_at_end_timestamp
integer
apiKey
string
required

Response

200 - application/json

OK

message
string
result
object[]
status
string