Skip to main content
GET
/
v1
/
network
/
net-flow-by-protocol
Get Net Flow Day wise By Protocol
curl --request GET \
  --url https://api.range.org/v1/network/net-flow-by-protocol \
  --header 'X-API-KEY: <api-key>'
{
  "total": 123,
  "balances": [
    {
      "denom": "<string>",
      "net_balance_change": 123,
      "date": "<string>",
      "total_received": 123,
      "total_sent": 123
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

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

Query Parameters

protocol
string
required

Network of Address

startTime
string
required

Start time

endTime
string
required

End Time

Response

200 - application/json

Net Flow Day wise By Protocols. This includes both incoming and outgoing transactions.

total
number
required
balances
object[]
required