POST
/
management
/
list-nfts
curl --request POST \
  --url https://dev-api.rootkey.ai/api-v1/management/list-nfts \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "walletAddress": "<string>"
}'
{
  "error": 404,
  "message": "Wallet not found!"
}

Authorizations

x-api-key
string
header
required

Body

application/json
walletAddress
string

Response

404 - application/json
Wallet not found
error
integer
required
message
string
required