BlackList

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

API Base Url: https://api-swap.paths.finance

Request Method: POST

Request Parameters:

Field Name
Field Description
Type
Required or not
Notes

address

query address

string

Y

Response parameter:

Field Name
Field Description
Type

score

wallet address

string

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