cURL
curl --request GET \ --url https://api.range.org/v1/network/msg-types \ --header 'Authorization: Bearer <token>'
{ "total": 123, "msg_types": [ { "type": "<string>", "count": 123 } ] }
Returns a list of msg types associated with the transactions of a network.
Use Authorization: Bearer
Network of MsgType
Msg types associated with the transactions of a network.
Show child attributes