GET api/v2/members/total_balance

General information about endpoints

Request Parameters:

Response

{
				"output_asset": "eur",
				"total": "4438.83",
				"accounts": {
					"xrp": "235.0950789903159103",
				   	"xlm": "0.0750362495041061",
				   	"eth": "3193.73",
				   	"ltc": "0.0",
				   	"bch": "13.6653525787875554",
				   	"trx": "81.7213782040986528",
				   	"btc": "82.6923843934999999",
				   	"eur": "41.55",
				   	"usdt": "790.3031303915326683"
				},
				"crypto": {
						"total": "4397.28",
				   		"accounts": {
				    		"xrp": "235.0950789903159103",
				     		"xlm": "0.0750362495041061",
				     		"eth": "3193.73",
				     		"ltc": "0.0",
						    "bch": "13.6653525787875554",
						    "trx": "81.7213782040986528",
						    "btc": "82.6923843934999999",
						    "usdt": "790.3031303915326683"
						}
					},
				"fiat": {
					"total": "41.55",
					"accounts": {
						"eur": "41.55"
					}
				},
				"udr": {
					"total": "0.0",
					"accounts": {}
				}
			}