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.
Last updated
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.
Integration is simple, but we can even help in that.
Base URL: https://api.trace.market
POST /mint
Call this endpoint to publish new service capacity or product instances.
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
to
EVM address
The owner wallet of the NFT, should be yours
Response
{
"message": "NFT minted successfully!",
"tokenId": "0xafad2547ea3a4e18e86638b6b72120f55889f97c65699d54af735ac60f729f25",
"swarmReference": "8a9486899faa8bb0b4f9256cc276b6fbe738c0ab9c2b55c490bbb8fc6a1f0c1e"
}{
"error": "Invalid request"
}Last updated