Should be called to disown (unregister) exchange with given identifier.
{
"id": 8,
"jsonrpc": "2.0",
"method": "exchange_disown",
"params": [
"XROF"
]
}
curl -X POST --data '{"id":8,"jsonrpc":"2.0","method":"exchange_disown","params":["XROF"]}' -H "Content-Type: application/json" http://localhost:8545
{
"jsonrpc": "2.0",
"id": 8,
"result": true
}
Name | Code |
---|---|
UNKNOWN_ERROR | 100 |
IDENTIFIER_IS_INCORRECT | 101 |
IDENTIFIER_NOT_OWNED | 103 |