Get Black List
Obtain the swap information, call up the wallet to send the specified amount of the original token to the specified address according to the return content, and complete the dialogue.
Request Url: /api/queryBlackList
Request Method: POST
Request Parameters:
Field Name
Field Description
Type
Required or not
Notes
Response parameter:
Field Name
Field Description
Type
Request example:
{
"address": "0xF5a4170C83D9267B9344eb284D3fC31329e72843"
}Response example:
{
"resCode": 100,
"resMsg": "success",
"data": {
"score": "100" //Address score, 0 means high risk, 100 means low risk
}
}Postman Call Example

Last updated