NFT and Wallet Portfolio
Get NFT Portfolio
GET
[endpoint]/v3/wallet/nft
Headers
Name
Type
Description
X-Api-Key*
String
API Key
Authorization*
String
Bearer token
Get Item Rarity and Stock Based on Collection
GET
/v3/nft/stock
Headers
Name
Value
X-Api-Key
API Key
Authorization
Bearer <token>
Query
Name
Type
Description
collection_address
*
string
Collection Address
rarity
integer (opsional)
Integer of rarity which set on admin when creating NFT. e.g. 1 for common, 2 for common, 3 for rare, 4 for legendary, 5 for mythical
Response
Assign Item NFT
POST
/v3/nft/assign
Headers
Name
Value
X-Api-Key
API Key
Authorization
Bearer <token>
Body
Name
Type
Description
collection_address
*
string
Collection Address
group_item
*
string
Group Item Name
Response
Last updated