Query Address Score
1.Interface call:
https://{host}/api/v1/queryBlackList
2. Request parameter instance
parameter | whether | explain |
---|---|---|
content | Yes | Query Address |
3. Example of request parameters
{
"content": "0x51654a37a6AB45ffbC94cdd6968e6957A2318100"
}
4.Example of returned results
{
"data": {
"score": "100"
}
}
5.Return Parameter Description
Field Name | Field | Type | Remarks | Text |
---|---|---|---|---|
score | score | String | Currently, there are only two return values, 0 and 100. 0 means the address score is low and the order is not allowed. 100 means the address score is high, you can place an order | |
Last modified 12d ago