Query Parameters
Timespan beginning date (inclusive)
Timespan ending date (inclusive)
curl --request GET \
--url https://dln-api.debridge.finance/api/Satistics/getDaily
{
"dailyData": [
{
"giveChainId": {
"bytesValue": "aSDinaTvuI8gbWludGxpZnk=",
"bytesArrayValue": "<string>",
"bigIntegerValue": 123,
"stringValue": "<string>"
},
"takeChainId": {
"bytesValue": "aSDinaTvuI8gbWludGxpZnk=",
"bytesArrayValue": "<string>",
"bigIntegerValue": 123,
"stringValue": "<string>"
},
"date": 123,
"createdOrdersCount": 123,
"fulfilledOrdersCount": 123,
"totalAmountGivenUsd": 123,
"totalAmountTakenUsd": 123,
"totalProtocolFeeUsd": 123,
"uniqueOrderCreators": 123,
"newOrderCreators": 123
}
],
"dailyDataCumulative": [
{
"giveChainId": {
"bytesValue": "aSDinaTvuI8gbWludGxpZnk=",
"bytesArrayValue": "<string>",
"bigIntegerValue": 123,
"stringValue": "<string>"
},
"takeChainId": {
"bytesValue": "aSDinaTvuI8gbWludGxpZnk=",
"bytesArrayValue": "<string>",
"bigIntegerValue": 123,
"stringValue": "<string>"
},
"date": 123,
"createdOrdersCount": 123,
"fulfilledOrdersCount": 123,
"totalAmountGivenUsd": 123,
"totalAmountTakenUsd": 123,
"totalProtocolFeeUsd": 123,
"uniqueOrderCreators": 123,
"newOrderCreators": 123
}
]
}
curl --request GET \
--url https://dln-api.debridge.finance/api/Satistics/getDaily
{
"dailyData": [
{
"giveChainId": {
"bytesValue": "aSDinaTvuI8gbWludGxpZnk=",
"bytesArrayValue": "<string>",
"bigIntegerValue": 123,
"stringValue": "<string>"
},
"takeChainId": {
"bytesValue": "aSDinaTvuI8gbWludGxpZnk=",
"bytesArrayValue": "<string>",
"bigIntegerValue": 123,
"stringValue": "<string>"
},
"date": 123,
"createdOrdersCount": 123,
"fulfilledOrdersCount": 123,
"totalAmountGivenUsd": 123,
"totalAmountTakenUsd": 123,
"totalProtocolFeeUsd": 123,
"uniqueOrderCreators": 123,
"newOrderCreators": 123
}
],
"dailyDataCumulative": [
{
"giveChainId": {
"bytesValue": "aSDinaTvuI8gbWludGxpZnk=",
"bytesArrayValue": "<string>",
"bigIntegerValue": 123,
"stringValue": "<string>"
},
"takeChainId": {
"bytesValue": "aSDinaTvuI8gbWludGxpZnk=",
"bytesArrayValue": "<string>",
"bigIntegerValue": 123,
"stringValue": "<string>"
},
"date": 123,
"createdOrdersCount": 123,
"fulfilledOrdersCount": 123,
"totalAmountGivenUsd": 123,
"totalAmountTakenUsd": 123,
"totalProtocolFeeUsd": 123,
"uniqueOrderCreators": 123,
"newOrderCreators": 123
}
]
}
Timespan beginning date (inclusive)
Timespan ending date (inclusive)