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 'X-API-KEY: <api-key>'
{
  "total": 123,
  "msg_types": [
    {
      "type": "<string>",
      "count": 123
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

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