Retrieves a paginated list of records in the specific MUD world table.
API key for authentication. Required for all Pro API endpoints. Obtain your API key at https://dev.blockscout.com/
MUD world address hash in the path
^0x([A-Fa-f0-9]{40})$MUD table ID in the path
^0x([A-Fa-f0-9]{64})$API key for rate limiting or for sensitive endpoints
Secret key for getting access to restricted resources
Filter by key0
Filter by key1
Sort transactions by:
order parameter.key_bytes, key0, key1 Sort order:
sort parameter.asc, desc MUD record key_bytes for paging
^0x([A-Fa-f0-9]*)$MUD record key0 for paging
^0x([A-Fa-f0-9]{64})$MUD record key1 for paging
^0x([A-Fa-f0-9]{64})$Number of items returned per page
1 <= x <= 50List of MUD world table records.
{
"items_count": 50,
"key0": "0x73796269746c7900000000000000000043686573743332000000000000000000",
"key_bytes": "0x73796269746c7900000000000000000043686573743332000000000000000000"
}MUD TableSchema struct.
MUD Table struct.