/exchange/v1/address/status
Check the status of the address addition request
Query Parameters
requestId string required
Identifier for this binding request
Responses
- 200
Successful response
application/json
Schema
Example (from schema)
Schema
status boolean required
Address addition status, False/True (failed/success)
{
"status": true
}
Loading...