ApiProfile
API Profile
exchange object
Supported exchange
codestring
Exchange code.
Example:
BINANCEnamestring
Exchange human readable name.
Example:
BINANCE-SPOTcodestring
API profile code.
Example:
1234abcdestatusstring
API profile status.
Possible values: [active, no_assets, error, disabled]
Example:
activenamestring
API profile name.
demoboolean
Is Demo trading API or not.
Example:
falseApiProfile
{
"exchange": {
"code": "BINANCE",
"name": "BINANCE-SPOT"
},
"code": "1234abcde",
"status": "active",
"name": "string",
"demo": false
}