☑ī¸Verify item Ownership

Ownership verification

Verifying if User is owner of an item

GET https://api.alturanft.com/api/v2/checkownership

Request Body

NameTypeDescription

address*

String

wallet address of user

collectionAddress*

String

wallet address of collection

tokenId*

Number

Item's token ID

{
  success: true
}

Last updated