cURL
curl --request GET \ --url https://api.mobula.io/api/1/wallet/nfts
{ "data": [ { "token_address": "<string>", "token_id": "<string>", "token_uri": "<string>", "amount": "<string>", "owner_of": "<string>", "name": "<string>", "symbol": "<string>", "blockchain": "<string>", "chain_id": "<string>" } ], "pagination": { "total": 123, "page": 123, "offset": 123, "limit": 123 } }
1
Wallet NFTs response
The response is of type object.
object