Skip to main content
GET
/
mud
/
worlds
/
{world}
/
systems
/
{system}
List of MUD world system ABI methods.
curl --request GET \
  --url 'https://api.blockscout.com/{chain_id}/api/v2/mud/worlds/{world}/systems/{system}?apikey='
{
  "abi": [
    {}
  ],
  "name": "<string>"
}

Authorizations

apikey
string
query
required

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

Path Parameters

world
string
required

MUD world address hash in the path

Pattern: ^0x([A-Fa-f0-9]{40})$
system
string
required

MUD system address hash in the path

Pattern: ^0x([A-Fa-f0-9]{40})$

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

List of MUD world system ABI methods.

MUD SystemDetails struct.

abi
object[]
required
name
string
required