Get transaction messages
GET
/v1/tx/{hash}/messagesLast modified: 3 months ago
Get transaction messages
Request
Path Params
hash
string
required
Transaction hash in hexadecimal
>= 64 characters<= 64 characters
Example:
55BB95B369EDE2F4970BDF6F59D30921FE1BD52F018E0C797440630E3CB93DD0
Query Params
limit
integer
optional
Count of requested entities
<= 100
Example:
10
offset
integer
optional
Offset
Example:
0
Request samples
Responses
OK(200)
Bad Request(400)
Internal Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
$ref(#/definitions/2465242)[]
optional
#/definitions/2465242
optional
Example
Not configured
Last modified: 3 months ago