<BlackList> Interface

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 Address: /api/queryBlackList

API Address: https://api-swap.paths.finance

Request Method: POST

Request Parameters:

Field Name
Field Description
Type
Required or not
Notes

address

query address

string

Y

Output parameter:

Field Name
Field Description
Type

score

wallet address

string

Input example:

{
    "address": "0xF5a4170C83D9267B9344eb284D3fC31329e72843"
}

Output example:

SWFT output example:

{
    "resCode": 100,
    "resMsg": "success",
    "data": {
        "score": "100" //地址评分,0表示高风险,100表示地址低风险
    }
}

Postman Call Example

Last updated