Fees

The fees associated with your trades / orders.

Get Trade Fees

GET https://api.vaultoro.com/v1/private/history/fees

This endpoint allows you to get the fees for your trades.

Query Parameters

Headers

{
    "data": [
        {
            "createdAt": 1595428047,
            "handle": "GOLD",
            "referenceId": "1hik3av6xqkcxgnzqr",
            "status": "VALID",
            "type": "VOLUME30",
            "value": "0.00226276"
        }
    ],
    "pagination": {
        "count": 1
    }
}

Last updated