- 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 CardsGET
- Create Membership CardPOST
- Batch Create Membership CardsPOST
- Delete Membership CardDELETE
- Query Membership Card DetailsGET
- Perform a paged query of the membership cards.GET
- Perform a paged query of the membership cards.GET
- Perform a paged query of the membership cards.GET
- Perform a paged query of the membership cards.GET
- Paginated Query of Membership CardsGET
- Update Membership CardPOST
- Create VerificationPOST
- Paginated Query of Verification RecordsGET
- Query Membership Card DetailsGET
- 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
Paginated Query of Membership Cards
Production API
https://api.services.uptick.network
Production API
https://api.services.uptick.network
GET
/api/v1/card/membershipCards
Membership Card Management
Request
Query Params
pageNumber
integer <int32>
optional
pageSize
integer <int32>
optional
nftAddress
string
optional
nftId
string
optional
creator
string
optional
owner
string
optional
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/membershipCards' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;'
Responses
🟢200OK
*/*
Body
code
integer <int32>
optional
data
object (PageQuery«MembershipCardInfoDto»)
optional
firstPage
boolean
optional
lastPage
boolean
optional
list
array[object (MembershipCardInfoDto) {16}]
optional
orderBy
string
optional
pageNumber
integer <int64>
optional
pageSize
integer <int64>
optional
paras
object
optional
totalPage
integer <int64>
optional
totalRow
integer <int64>
optional
msg
string
optional
success
boolean
optional
Example:
false
Example
{
"code": 0,
"data": {
"firstPage": true,
"lastPage": true,
"list": [
{
"applicableStores": "string",
"backgroundImageUrl": "string",
"endTime": "2019-08-24T14:15:22Z",
"id": 0,
"logoUrl": "string",
"name": "string",
"nftAddress": "string",
"nftId": "string",
"nftType": "string",
"qrCodeUrl": "string",
"startTime": "2019-08-24T14:15:22Z",
"status": "string",
"totalIssued": 0,
"usageInstructions": "string",
"usageLimit": 0,
"usedCount": 0
}
],
"orderBy": "string",
"pageNumber": 0,
"pageSize": 0,
"paras": {},
"totalPage": 0,
"totalRow": 0
},
"msg": "string",
"success": false
}
🟠401Unauthorized
🟠403Forbidden
🔴500Server Error