Trace Market
  • Introduction
    • Our Peer-to-Peer Advantages
  • For End Users
    • Brand Pages
    • Packaging Pages
  • for Providers
    • Record
      • Sync with internal systems
    • Marketplace (buy & sell)
Powered by GitBook
On this page
  1. for Providers
  2. Record

Sync with internal systems

You can record any update without manual work, once the API integration is configured with your ERP or other software that knows what you do.

PreviousRecordNextMarketplace (buy & sell)

Last updated 10 months ago

Integration is simple, but we can even help in that.

Base URL:

Mint NFT with a new record

POST /mint

Call this endpoint to publish new service capacity or product instances.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

to

EVM address

The owner wallet of the NFT, should be yours

content

json

Response

{
    "message": "NFT minted successfully!",
    "tokenId": "0xafad2547ea3a4e18e86638b6b72120f55889f97c65699d54af735ac60f729f25",
    "swarmReference": "8a9486899faa8bb0b4f9256cc276b6fbe738c0ab9c2b55c490bbb8fc6a1f0c1e"
}
{
  "error": "Invalid request"
}

The actualized JSON from the template you can copy from page.

https://api.trace.market
Record