Retrieve an account’s NFT porftolio

Returns the NFT portfolio’s information

Security(Ledger_API_Key and Ledger_API_User) or Ledger_API_Key and Ledger_API_User and Ledger_Store_Auth_Token) or Ledger_API_User or Ledger_API_User and Ledger_Store_Auth_Token)
Request
path Parameters
account_id
required
integer

The account's ID

Responses
200

Estimated total NFT value

404

Account not found

get/accounts/{account_id}/nft-portfolio
Response samples
application/json
{
  • "account_id": 1,
  • "balance": 42,
  • "contract_address": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D",
  • "value": 777
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.