[BETA] Wallet Explorer API
Get NFTs Holdings
Introduction
Octopus - Market API
[BETA] Wallet Explorer API
Metacore
[BETA] Wallet Explorer API
Get NFTs Holdings
GET
/
wallet
/
nfts
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
}
}
Query Parameters
Minimum length:
1
Response
200 - application/json
Wallet NFTs response
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
}
}