Read IDs of NFTs in a Wallet
To list the token IDs of NFT items that belong to the same collection and wallet, send a GET request to the /wallet/erc721/tokens
endpoint, calling the :retrieve
method. The wallet name and NFT contract address are passed as query parameters.
Read the NFTs for a wallet
GET
https://api.playfix.io/wallet/erc721/tokens:retrieve
Query Parameters
Name
Type
Description
wallet*
String
Name of the Wallet.
contractAddress*
String
NFT Contract Address.
Headers
Name
Type
Description
Authorization*
String
Bearer <your_access_token>
Example cURL API Call
Example Python API Call
Response
The response is the token IDs of NFT items in the same collection and wallet.
Last updated