- 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 CardsGET
- Create Commemorative CardPOST
- Batch Create Commemorative CardsPOST
- Delete Commemorative CardDELETE
- Query Commemorative Card DetailsGET
- Paginated Query of Commemorative CardsGET
- Paginated Query of Commemorative CardsGET
- Paginated Query of Commemorative CardsGET
- Paginated Query of Commemorative CardsGET
- Paginated Query of Commemorative CardsGET
- Update Commemorative CardPOST
- Query Commemorative Card DetailsGET
- 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
Query Commemorative Card Details
Production API
https://api.services.uptick.network
Production API
https://api.services.uptick.network
GET
/api/v1/card/commemorativeCards/{id}
Commemorative Card Management
Request
Path Params
id
integer <int64>
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/card/commemorativeCards/' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;'
Responses
🟢200OK
*/*
Body
code
integer <int32>
optional
data
object (CommemorativeCard)
optional
chainId
string
optional
createTimeLong
integer <int64>
optional
id
integer <int64>
optional
imageUrl
string
optional
name
string
optional
nftAddress
string
optional
nftId
string
optional
nftType
string
optional
projectId
integer <int64>
optional
qrCodeUrl
string
optional
totalIssued
integer <int32>
optional
usageInstructions
string
optional
msg
string
optional
success
boolean
optional
Example:
false
Example
{
"code": 0,
"data": {
"chainId": "string",
"createTimeLong": 0,
"id": 0,
"imageUrl": "string",
"name": "string",
"nftAddress": "string",
"nftId": "string",
"nftType": "string",
"projectId": 0,
"qrCodeUrl": "string",
"totalIssued": 0,
"usageInstructions": "string"
},
"msg": "string",
"success": false
}
🟠401Unauthorized
🟠403Forbidden
🔴500Server Error