Skip to main content
GET
/
v1
/
network
/
msg-types
Get msg types in a network
curl --request GET \
  --url https://api.range.org/v1/network/msg-types \
  --header 'Authorization: Bearer <token>'
{
  "total": 123,
  "msg_types": [
    {
      "type": "<string>",
      "count": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Query Parameters

network
string
required

Network of MsgType

Response

200 - application/json

Msg types associated with the transactions of a network.

total
number
required
msg_types
object[]
required