Innovaz
Website Linktree
  • Introduction
  • Whitepaper
    • Summary
    • Introduction
    • Problem
    • Solution
    • Market Analysis
    • Competitive Landscape
    • The team
    • Roadmap
  • 🤓User Guide
    • Create an account and log in
    • Create an NFT Collection
    • Customize Template
    • Release NFT Collection
    • Edit Template
    • Mint NFT
  • ⚙️API documents
    • Overview
    • HTTP Status Code
    • Authentication
    • Webhooks & Notifications
    • Chains
    • Collections
    • Link/Unlink
    • Marketplace
  • ⚙️SDK Integrate
    • 1. Python SDK
    • 2. NPM
  • Terms
  • Privacy
Powered by GitBook
On this page
  • Add an address to the blacklist
  • Remove an address in the blacklist
  1. API documents

Marketplace

PreviousLink/UnlinkNextSDK Integrate

Last updated 1 year ago

Add an address to the blacklist

POST /v1/app/marketplace/blacklist

Headers:

Request Body

Name
Type
Description

address*

String

The address of wallet that you want to block

{
    "data": {
       "status": string, # blocked 
       "address":  string
    },
    "code": 200
}

Remove an address in the blacklist

PUT /v1/app/marketplace/blacklist

Headers:

{
    "data": {
       "status": string, # unblocked
       "address":  string
    },
    "code": 200
}
⚙️
Authentication
Authentication