UpsertApiProfile (REST)
codestring
Example:
200result object
infostring
Example:
master_profile.api_connectedcodestring
Example:
e39z86c09f93d792d61c26d1exchanges object
Exchange connection results. Object keys are exchange codes, e.g. BINANCE, BINANCE_FUTURES, BINANCE_DELIVERY.
property name* object
statusstring
Example:
activeassets object
Assets grouped by asset symbol.
property name* object
Asset balance
freenumber
Free balance of the asset.
Example:
314.14usednumber
Used balance of the asset.
Example:
0totalnumber
Total balance of the asset.
Example:
314.14exchangeResponseobject | nullnullable
Example:
nullstatusstring
Example:
successUpsertApiProfile — REST API
{
"code": 200,
"result": {
"info": "master_profile.api_connected",
"code": "e39z86c09f93d792d61c26d1",
"exchanges": {},
"status": "success"
}
}