Skip to main content



ApiProfile

API Profile

exchange object

Supported exchange

codestring

Exchange code.

Example: BINANCE
namestring

Exchange human readable name.

Example: BINANCE-SPOT
codestring

API profile code.

Example: 1234abcde
statusstring

API profile status.

Possible values: [active, no_assets, error, disabled]

Example: active
namestring

API profile name.

demoboolean

Is Demo trading API or not.

Example: false



ApiProfile
{
"exchange": {
"code": "BINANCE",
"name": "BINANCE-SPOT"
},
"code": "1234abcde",
"status": "active",
"name": "string",
"demo": false
}