Skip to main content
GET
/
{chain_id}
/
api
/
v2
/
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} \
  --header 'Authorization: Bearer <token>'
{
  "abi": [
    {}
  ],
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

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})$
chain_id
string
required

The ID of the blockchain

Response

List of MUD world system ABI methods.

MUD SystemDetails struct.

abi
object[]
required
name
string
required