Returns the NFTs that the account owns.
Paginated NFT
Account not found
{- "edges": [
- {
- "cursor": 0,
- "node": {
- "contract_address": "string",
- "metadata": null,
- "price": null,
- "token_id": "string",
- "token_type": "string",
- "tx_balance": null,
- "value": 0
}
}
], - "page_info": {
- "count": 1,
- "has_next_page": false
}
}