GET
/
v3
/
address
/
{address}
/
holding
curl --request GET \
  --url https://api.getnimbus.io/v3/address/{address}/holding
{
  "data": [
    {
      "owner": "0x7383b5e076553f79822374baca843c8fac02d510fb0f4ab344fc7ab591be94a7",
      "name": "suirwd.io - Sui Reward Token",
      "symbol": "SUIRWD.IO",
      "logo": "https://suicamp.b-cdn.net/suireward/suirwd_icon.png",
      "amount": "9683.2",
      "amountRaw": "9683200000000",
      "balance": "9683.2",
      "contractAddress": "0xca2c295de7931476539e5fc68e96c289f84bb0967d579b13e1fbf84412c87eb4::SuiReward::SUIREWARD",
      "contractDecimals": 9,
      "rate": 0,
      "price": {
        "price": 0,
        "symbol": "SUIRWD.IO",
        "decimal": 9,
        "source": "C"
      },
      "last_24h_price": "2023-11-07T05:31:56Z",
      "avgCost": 0,
      "last_transferred_at": "2023-11-07T05:31:56Z",
      "positionId": "SUI-0xca2c295de7931476539e5fc68e96c289f84bb0967d579b13e1fbf84412c87eb4::SuiReward::SUIREWARD",
      "category": "Other",
      "sector": "Other",
      "rank": "No rank yet",
      "positionType": "token",
      "chain": "SUI",
      "is_spam": true
    }
  ]
}

Path Parameters

address
string
required

Wallet address to get holding info

Query Parameters

chain
enum<string>
default:
SUI

The blockchain to query

Available options:
SUI
force_refresh
boolean

Force a refresh of the data instead of using cached results

includePnl
boolean
default:
false

Include profit and loss information (default is false)

limit
integer
default:
500

Number of results per page

Required range: 1 < x < 500
offset
integer
default:
0

Number of results to skip

Required range: x > 0

Response

200
application/json
Successful response with paginated holding information
data
object[]