Statistic

GET http://localhost:5001/appgregator/us-central1/docial/wallet/statistic/

Query Parameters

Name
Type
Description

name*

String

qantor.co.id

connection_name*

String

docial-1

address*

String

0x9cbaf4222248dbbb07db3fa8514524936a534b35

Headers

Name
Type
Description

x-api-key*

String

43c464439b5507293ba7b315c9875907

[
    {
        "value": null,
        "transaction_amount": "0",
        "day": 1,
        "position": "buy"
    },
    {
        "value": null,
        "transaction_amount": "0",
        "day": 1,
        "position": "sell"
    },
    {
        "value": null,
        "transaction_amount": "0",
        "day": 7,
        "position": "buy"
    },
    {
        "value": null,
        "transaction_amount": "0",
        "day": 7,
        "position": "sell"
    }
]
curl --location --request GET 'http://localhost:5001/appgregator/us-central1/docial/wallet/statistic?name=qantor.co.id&connection_name=docial-1&address=0x9cbaf4222248dbbb07db3fa8514524936a534b35' \
--header 'x-api-key: 43c464439b5507293ba7b315c9875907'

Last updated