Skip to main content

UpsertApiProfile (REST)


codestring
Example: 200
result object
infostring
Example: master_profile.api_connected
codestring
Example: e39z86c09f93d792d61c26d1
exchanges object

Exchange connection results. Object keys are exchange codes, e.g. BINANCE, BINANCE_FUTURES, BINANCE_DELIVERY.

property name* object
statusstring
Example: active
assets object

Assets grouped by asset symbol.

property name* object

Asset balance

freenumber

Free balance of the asset.

Example: 314.14
usednumber

Used balance of the asset.

Example: 0
totalnumber

Total balance of the asset.

Example: 314.14
exchangeResponseobject | nullnullable
Example: null
statusstring
Example: success



UpsertApiProfile — REST API
{
"code": 200,
"result": {
"info": "master_profile.api_connected",
"code": "e39z86c09f93d792d61c26d1",
"exchanges": {},
"status": "success"
}
}