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.
Authorizations
API key passed as a Bearer token in the Authorization header.
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})$The ID of the blockchain
Query Parameters
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 Number of items per page
Required range:
x >= 1MUD 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})$Response
List of MUD world table records.
Example:
{
"key0": "0x73796269746c7900000000000000000043686573743332000000000000000000",
"key_bytes": "0x73796269746c7900000000000000000043686573743332000000000000000000"
}MUD TableSchema struct.
MUD Table struct.