MetaPath API
  • API Introduction
    • General Instruction
    • Major Blockchain Name Conventions
  • Cross-platform Aggregator Interface
    • Token Swap Flow
    • Get <The Token List> Interface
    • <Price Inquiry> Interface
    • <Swap> Interface
    • <BlackList> Interface
  • Upload gas free orders
  • Aggregate NFTs Interface V1.0
    • Get <Basic Information> Interface
    • Get <NFT List> Interface
    • <Price Inquiry> Interface
    • <Swap> Interface
    • Get <NFT List Held by User> Interface
  • Aggregate NFTs Interface V2.0
    • Get <Latest Collections> Interface
    • Get <Top NFT Collections> Interface
    • <List Page> Interface
    • Get <NFT Details> Interface
    • Get <NFT Details> Other Related Interface
    • <Price Inquiry> Interface
    • <Swap> Interface
    • <Batch Purchase> Interface
  • List Related Interface
    • Get <User's NFT> Interface
    • Get <Listed NFT List (My List)> Interface
    • <Create/Update Listing> Interface
    • <Create/Update Listing in the Backend> Interface
    • <Cancel Listing> Interface
    • <Change Listing> Interface
  • Swap Information Related Interface
    • <Add Swap Information> Interface
    • <Get Swap Information List> Interface
    • <Get Detailed Transation Infromation > Interface
Powered by GitBook
On this page
  1. Cross-platform Aggregator Interface

<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.

Previous<Swap> InterfaceNextUpload gas free orders

Last updated 12 months ago

Request Address: /api/queryBlackList

API Address:

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

https://api-swap.paths.finance