- 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
Order in progress
Production API
https://api.services.uptick.network
Production API
https://api.services.uptick.network
POST
/api/v1/order/payOrder
Collection of endpoints related to order
Request
Header Params
Content-Type
required
X-Api-Key
required
X-Signature
required
X-Timestamp
required
Body Params application/json
hash
string
required
orderNo
string
required
recipient
string
required
Example
{
"hash": "string",
"orderNo": "string",
"recipient": "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 POST 'https://api.services.uptick.network/api/v1/order/payOrder' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'Content-Type: application/json' \
--data-raw '{
"hash": "string",
"orderNo": "string",
"recipient": "string"
}'
Responses
🟢200OK
application/json
Body
code
integer <int32>
optional
data
object (OrderInfoDto)
optional
chainId
string
optional
couponCode
string
optional
couponLink
string
optional
couponNftId
string
optional
couponType
integer <int32>
optional
createTime
string <date-time>
optional
createTimeLong
integer <int64>
optional
deleted
boolean
optional
description
string
optional
fileType
string
optional
grade
integer <int32>
optional
hash
string
optional
id
integer <int64>
optional
marketAddress
string
optional
marketType
integer <int32>
optional
name
string
optional
nftAddress
string
optional
nftId
string
optional
nftImg
string
optional
nftName
string
optional
nftType
string
optional
oday
integer <int32>
optional
omonth
integer <int32>
optional
orderNo
string
optional
orderPrice
number
optional
orderStatus
integer <int32>
optional
orderType
integer <int32>
optional
orderTypes
array[integer <int32>]
optional
oseason
integer <int32>
optional
oweek
integer <int32>
optional
oyear
integer <int32>
optional
payPrice
number
optional
payTokenAddress
string
optional
payTokenType
string
optional
projectId
integer <int64>
optional
quantity
integer <int32>
optional
recipient
string
optional
recipientGrade
string
optional
recipientIsNftImage
boolean
optional
recipientName
string
optional
recipientPhoto
string
optional
rewardAmount
string
optional
rewardTokenAddress
string
optional
rewardTokenType
string
optional
searchKey
string
optional
sender
string
optional
senderGrade
string
optional
senderIsNftImage
boolean
optional
senderName
string
optional
senderPhoto
string
optional
serialNo
string
optional
txId
string
optional
updateTime
string <date-time>
optional
msg
string
optional
success
boolean
optional
Example:
false
Example
{
"code": 0,
"data": {
"chainId": "string",
"couponCode": "string",
"couponLink": "string",
"couponNftId": "string",
"couponType": 0,
"createTime": "2019-08-24T14:15:22Z",
"createTimeLong": 0,
"deleted": true,
"description": "string",
"fileType": "string",
"grade": 0,
"hash": "string",
"id": 0,
"marketAddress": "string",
"marketType": 0,
"name": "string",
"nftAddress": "string",
"nftId": "string",
"nftImg": "string",
"nftName": "string",
"nftType": "string",
"oday": 0,
"omonth": 0,
"orderNo": "string",
"orderPrice": 0,
"orderStatus": 0,
"orderType": 0,
"orderTypes": [
0
],
"oseason": 0,
"oweek": 0,
"oyear": 0,
"payPrice": 0,
"payTokenAddress": "string",
"payTokenType": "string",
"projectId": 0,
"quantity": 0,
"recipient": "string",
"recipientGrade": "string",
"recipientIsNftImage": true,
"recipientName": "string",
"recipientPhoto": "string",
"rewardAmount": "string",
"rewardTokenAddress": "string",
"rewardTokenType": "string",
"searchKey": "string",
"sender": "string",
"senderGrade": "string",
"senderIsNftImage": true,
"senderName": "string",
"senderPhoto": "string",
"serialNo": "string",
"txId": "string",
"updateTime": "2019-08-24T14:15:22Z"
},
"msg": "string",
"success": false
}
🟠401Unauthorized
🟠403Forbidden
🔴500Server Error