Primary Purchase Xerial NFT
Endpoint allows you to purchase Xerial NFTs from specific collections on the Polygon Network.
Overview
Parameters
Request Body
{
"purchases": {
"collectionAddress": "0xf6797c479c7b18de2ea7493291d5f21fede8ff29",
"typeId": 2,
"quantity": 2
}
}Responses
Success (Code 200)
Unauthorized (Code 401)
Forbidden (Code 403)
Not Found (Code 404)
Usage
Last updated