- Platform introduction
- User Guide
- Developer documentation
- Explanation of NFT Market Trading Models
- Introduction to SDK and usage instructions.
- Gateway authentication signature example
- List of market trading contracts.
- API
- Collection of endpoints related to address book
- Collection of endpoints related to asset
- Collection of endpoints related to auction
- Collection of endpoints related to common market
- Collection of endpoints related to contract
- Collection of endpoints related to coupon
- Collection of endpoints related to limited-time coupon
- Collection of endpoints related to the sale of specified NFTs.
- Collection of endpoints related to fans
- Collection of endpoints related to follow
- Collection of endpoints related to Lazy minting
- Collection of endpoints related to nft
- Collection of endpoints related to offer
- Collection of endpoints related to order
- Collection of endpoints related to wallet
- Collection of endpoints related to words
- Collection of endpoints related to product card
- Collection of endpoints related to coupon code
- Q&A
- Contact us
- Collection of endpoints related to address book
- Collection of endpoints related to asset
- Collection of endpoints related to auction
- Commemorative Card Management
- Paginated Query of Commemorative Cards
- Create Commemorative Card
- Batch Create Commemorative Cards
- Delete Commemorative Card
- Query Commemorative Card Details
- Paginated Query of Commemorative Cards
- Paginated Query of Commemorative Cards
- Paginated Query of Commemorative Cards
- Paginated Query of Commemorative Cards
- Paginated Query of Commemorative Cards
- Update Commemorative Card
- Query Commemorative Card Details
- Collection of endpoints related to common market
- Collection of endpoints related to contract
- Collection of endpoints related to coupon code
- Collection of endpoints related to coupon
- Collection of endpoints related to limited-time coupon
- Event Card Management
- Paginated Query of Event Cards
- Create Event Card
- Batch Create Event Cards
- Delete Event Card
- Query Event Card Details
- Perform a paged query of the activity list
- Perform a paged query of the activity list
- Perform a paged query of the activity list
- Perform a paged query of the activity list
- Paginated Query of Event Cards
- Update Event Card
- Create Verification
- Paginated Query of Verification Records
- Query Event Card Details
- Collection of endpoints related to the sale of specified NFTs.
- Collection of endpoints related to fans
- Collection of endpoints related to follow
- Collection of endpoints related to Lazy minting
- Add NFT information (metadata information).
- Add NFT information (metadata information).
- Add presale information (ticket tiers).
- Add placement preview images and multimedia information.
- Add white list information (ticket tiers).
- Delete NFT information (metadata information).
- Delete the placement preview images and multimedia information.
- Delete white list (ticket tiers).
- Get current presale info
- Get current presale info
- Get rand nft info.
- Is the current user on the whitelist
- Details of the placement page.
- Mint NFT sign
- Details of NFT information (metadata information).
- Details of NFT information (metadata information).
- List of mints.
- List of presale information (ticket tiers).
- Details of placement preview images and multimedia information.
- List of placement preview images and multimedia information.
- Product details
- Modify NFT information (metadata information).
- Modify the placement preview images and multimedia information.
- List of placement preview images and multimedia information.
- Membership Card Management
- Paginated Query of Membership Cards
- Create Membership Card
- Batch Create Membership Cards
- Delete Membership Card
- Query Membership Card Details
- Perform a paged query of the membership cards.
- Perform a paged query of the membership cards.
- Perform a paged query of the membership cards.
- Perform a paged query of the membership cards.
- Paginated Query of Membership Cards
- Update Membership Card
- Create Verification
- Paginated Query of Verification Records
- Query Membership Card Details
- Collection of endpoints related to nft
- Collection of endpoints related to offer
- Collection of endpoints related to order
- Collection of endpoints related to product card
- Add NFT information.
- Add white list information
- Delete NFT information.
- Delete white list.
- Get current presale info
- Query product card preview information
- Get token data
- Get token data update log
- Is the current user on the whitelist
- Mint NFT sign
- Details of NFT information.
- Details of NFT information.
- List of mints.
- Details of NFT information.
- Query product card preview information
- Product details
- Modify NFT information (metadata information).
- Modify NFT information (metadata information).
- Modify product card preview information
- List of white list.
- write data
- Promo Code Card Management
- Paginated Query of Promo Code Cards
- Create Promo Code Card
- Batch Create Promo Code Cards
- Delete Promo Code Card
- Query Promo Code Card Details
- Perform a paged query of the coupon list.
- Perform a paged query of the coupon list.
- Perform a paged query of the coupon list.
- Perform a paged query of the coupon list.
- Paginated Query of Promo Code Cards
- Update Promo Code Card
- Create Verification
- Paginated Query of Verification Records
- Query Promo Code Card Details
- Collection of endpoints related to wallet
- Collection of endpoints related to words
Modify contract extension information
Production API
https://api.services.uptick.network
Production API
https://api.services.uptick.network
PATCH
/api/v1/contract/update/extension
Collection of endpoints related to contract
Request
Header Params
Content-Type
required
X-Api-Key
required
X-Signature
required
X-Timestamp
required
Body Params application/json
banner
string
optional
dropBanner
string
optional
dropDescription
string
optional
nftAddress
string
optional
royaltyPercentage
integer <int32>
optional
telegram
string
optional
twitter
string
optional
website
string
optional
Example
{
"banner": "string",
"dropBanner": "string",
"dropDescription": "string",
"nftAddress": "string",
"royaltyPercentage": 0,
"telegram": "string",
"twitter": "string",
"website": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.services.uptick.network/api/v1/contract/update/extension' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'Content-Type: application/json' \
--data-raw '{
"banner": "string",
"dropBanner": "string",
"dropDescription": "string",
"nftAddress": "string",
"royaltyPercentage": 0,
"telegram": "string",
"twitter": "string",
"website": "string"
}'
Responses
🟢200OK
*/*
Body
code
integer <int32>
optional
data
object
optional
msg
string
optional
success
boolean
optional
Example:
false
Example
{
"code": 0,
"data": {},
"msg": "string",
"success": false
}
🟠401Unauthorized
🟠403Forbidden
🔴500Server Error