- 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).POST
- Add NFT information (metadata information).POST
- Add presale information (ticket tiers).POST
- Add placement preview images and multimedia information.POST
- Add white list information (ticket tiers).POST
- Delete NFT information (metadata information).DELETE
- Delete the placement preview images and multimedia information.DELETE
- Delete white list (ticket tiers).POST
- Get current presale infoGET
- Get current presale infoGET
- Get rand nft info.GET
- Is the current user on the whitelistGET
- Details of the placement page.GET
- Mint NFT signPOST
- Details of NFT information (metadata information).GET
- Details of NFT information (metadata information).GET
- List of mints.GET
- List of presale information (ticket tiers).GET
- Details of placement preview images and multimedia information.GET
- List of placement preview images and multimedia information.GET
- Product detailsGET
- Modify NFT information (metadata information).PATCH
- Modify the placement preview images and multimedia information.PATCH
- List of placement preview images and multimedia information.GET
- 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
List of presale information (ticket tiers).
Production API
https://api.services.uptick.network
Production API
https://api.services.uptick.network
GET
/api/v1/market/lazynft/presale/list
Collection of endpoints related to Lazy minting
Request
Query Params
nftAddress
string
required
Header Params
Content-Type
required
X-Api-Key
required
X-Signature
required
X-Timestamp
required
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 GET 'https://api.services.uptick.network/api/v1/market/lazynft/presale/list?nftAddress' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;'
Responses
🟢200OK
application/json
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