Status

Provides the status value of the point provider

get
Path parameters
providerstringRequired

Wallet address of the provider

Example: 0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766
Responses
200Success
application/json
get
GET /v1/provider/status/{provider} HTTP/1.1
Host: 
Accept: */*
200Success
{
  "code": 0,
  "data": {
    "provider": "0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766",
    "enable": true
  },
  "error": {
    "message": "Failed to check the validity of parameters"
  }
}