💡
💡
💡
💡
Lootex Developer Portal
Search…
Lootex Developer Portal
Documentation
The Basics of Minting APIs
Deprecated
Powered By
GitBook
Deprecated
This page collects deprecated APIs that Forge no longer supported
post
https://api.forge.lootex.dev
/v1/contracts/:contract_address/txs
Synchronize NFT Properties
Example Request (cURL)
1
curl
--location --request POST
"{{endpoint}}/v1/contracts/{{contract_address}}/txs"
\
2
--header
"Content-Type: application/json"
\
3
--header
"Authorization: ApiKey {{api_key}}"
\
4
--data
"{
5
\"
action
\"
:
\"
SYNCHRONIZE
\"
,
6
\"
payload
\"
: {}
7
}"
Copied!
Documentation - Previous
The Basics of Minting APIs
Last modified
1yr ago
Copy link
Contents
post
Synchronize NFT Properties
Example Request (cURL)