On this pageGet all-time trading volumeGET/ver1/accounts/:account_id/volume/totalPermission: ACCOUNTS_READSecurity: SIGNED Returns all-time trading volume for the specified account in BTC and USD. Path Parametersaccount_idintegerrequiredUnique 3Commas ID of this exchange account entity.Response Parametersvolume_btcstringTotal trading volume for the account since creation, in BTC.volume_usdstringTotal trading volume for the account since creation, in USD.Example RequestGET /ver1/accounts/123456/volume/totalExample Response200 OK403 Forbidden{ "volume_btc": "156.8", "volume_usd": "7840000.00"}{ "error": "Forbidden", "error_description": "Api key not authorized for this action"}