List of MUD world table records.
mud
List of MUD world table records.
Retrieves a paginated list of records in the specific MUD world table.
GET
List of MUD world table records.
Documentation Index
Fetch the complete documentation index at: https://blockscout-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
MUD world address hash in the path
Pattern:
^0x([A-Fa-f0-9]{40})$MUD table ID in the path
Pattern:
^0x([A-Fa-f0-9]{64})$Query Parameters
API key for rate limiting or for sensitive endpoints
Secret key for getting access to restricted resources
Filter by key0
Filter by key1
Sort results by:
- key_bytes - Sort by MUD record key_bytes
- key0 - Sort by MUD record key0
- key1 - Sort by MUD record key1
Should be used together with
orderparameter.
Available options:
key_bytes, key0, key1 Sort order:
- asc - Ascending order
- desc - Descending order
Should be used together with
sortparameter.
Available options:
asc, desc MUD record key_bytes for paging
Pattern:
^0x([A-Fa-f0-9]*)$MUD record key0 for paging
Pattern:
^0x([A-Fa-f0-9]{64})$MUD record key1 for paging
Pattern:
^0x([A-Fa-f0-9]{64})$Number of items returned per page
Required range:
1 <= x <= 50Response
List of MUD world table records.
Example:
{
"items_count": 50,
"key0": "0x73796269746c7900000000000000000043686573743332000000000000000000",
"key_bytes": "0x73796269746c7900000000000000000043686573743332000000000000000000"
}MUD TableSchema struct.
MUD Table struct.