namespace
Get namespace messages by id and version
Returns a paginated list of Cosmos SDK messages (e.g. MsgPayForBlobs) that referenced this namespace, identified by version byte and namespace id.
get/namespace/{id}/{version}/messages
Path parameters
idstring required
Namespace id in hexadecimal
versioninteger required
Version of namespace
Query parameters
limitinteger
Count of requested entities
offsetinteger
Offset
Response
OK
Example response
[
{
"height": 100,
"id": 321,
"namespace": {
"blobs_count": 10000,
"hash": "U3dhZ2dlciByb2Nrcw==",
"id": 321,
"last_height": 100,
"last_message_time": "2023-07-04T03:10:57+00:00",
"name": "name",
"namespace_id": "4723ce10b187716adfc55ff7e6d9179c226e6b5440b02577cca49d02",
"pfb_count": 12,
"reserved": true,
"size": 12345
},
"position": 2,
"time": "2023-07-04T03:10:57+00:00",
"tx": {
"codespace": "sdk",
"events_count": 2,
"fee": "9348",
"gas_used": 4253,
"gas_wanted": 9348,
"hash": "652452A670018D629CC116E510BA88C1CABE061336661B1F3D206D248BD558AF",
"height": 100,
"id": 321,
"memo": "Transfer to private account",
"message_types": [
"MsgSend",
"MsgUnjail"
],
"messages": [
{
"height": 100,
"id": 321,
"position": 2,
"size": 2,
"time": "2023-07-04T03:10:57+00:00",
"tx_id": 11
}
],
"messages_count": 1,
"position": 11,
"signers": [
{
"celestials": {
"image_url": "https://ipfs.io/ipfs/QmUi269vE25fagqhyMCCTNSoiW6x4LHCwwQb3keSrEXAmC",
"name": "name",
"primary": true,
"status": "VERIFIED"
},
"hash": "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60"
}
],
"time": "2023-07-04T03:10:57+00:00"
},
"type": "MsgCreatePeriodicVestingAccount"
}
]