Numia Docs

Get Liquid Staking Flow By Provider

GET /staking/liquid/flow_by_provider 5

Get Liquid Staking Flow By Provider

Base URL

https://cosmos.numia.xyz

Parameters

Query Parameters

NameTypeRequiredDescription
start_datestringNoDate in the format YYYY-MM-DD HH:MM:SS
end_datestringNoDate in the format YYYY-MM-DD HH:MM:SS
providerstringNo

Code Samples

curl -X GET "https://cosmos.numia.xyz/staking/liquid/flow_by_provider?start_date=<start_date>&end_date=<end_date>&provider=<provider>" \
  -H "Authorization: Bearer YOUR_API_KEY"

Responses

200 Status: 200

[
{
    labels: any,
    total_inflow: number,
    total_outflow: number,
    top_inflow: number,
    top_inflow_tx_id: string,
    top_outflow: number,
    top_outflow_tx_id: string
  }
]