[BETA] Wallet Explorer API
Get Crypto Holdings (batch)
Introduction
Octopus - Market API
- Docs
- Warehouse
- GETGet Market Data
- GETGet Market Data (batch)
- GETGet Market Pair
- GETGet All Pairs
- GETGet Pair Trades
- GETGet Historical Market Data
- GETGet Historical Market Data (batch)
- GETGet Historical Pair Data (OHLCV)
- GETQuery Asset Data
- GETQuery Token Data
- GETGet Token Holders
- GETGet Blockchain Pairs
- GETGet Pools (new, bonding, bonded)
[BETA] Wallet Explorer API
Metacore
[BETA] Wallet Explorer API
Get Crypto Holdings (batch)
GET
/
1
/
wallet
/
multi-portfolio
curl --request GET \
--url https://api.mobula.io/api/1/wallet/multi-portfolio
{
"data": {
"total_wallet_balance": 123,
"wallets": [
"<string>"
],
"assets": [
{
"contracts_balances": [
{
"address": "<string>",
"balance": 123,
"balanceRaw": "<string>",
"chainId": "<string>",
"decimals": 123
}
],
"cross_chain_balances": {},
"price_change_24h": 123,
"estimated_balance": 123,
"price": 123,
"token_balance": 123,
"allocation": 123,
"asset": {
"id": 123,
"name": "<string>",
"symbol": "<string>",
"logo": "<string>",
"decimals": [
"<string>"
],
"contracts": [
"<string>"
],
"blockchains": [
"<string>"
]
},
"wallets": [
"<string>"
],
"realized_pnl": 123,
"unrealized_pnl": 123,
"price_bought": 123,
"total_invested": 123,
"min_buy_price": 123,
"max_buy_price": 123
}
],
"win_rate": 123,
"tokens_distribution": {
"10x+": 123,
"4x - 10x": 123,
"2x - 4x": 123,
"10% - 2x": 123,
"-10% - 10%": 123,
"-50% - -10%": 123,
"-100% - -50%": 123
},
"pnl_history": {
"1y": [
[
"<string>"
]
],
"7d": [
[
"<string>"
]
],
"24h": [
[
"<string>"
]
],
"30d": [
[
"<string>"
]
]
},
"total_realized_pnl": 123,
"total_unrealized_pnl": 123,
"total_pnl_history": {
"24h": {
"realized": 123,
"unrealized": 123
},
"7d": {
"realized": 123,
"unrealized": 123
},
"30d": {
"realized": 123,
"unrealized": 123
},
"1y": {
"realized": 123,
"unrealized": 123
}
},
"balances_length": 123
}
}
Query Parameters
Response
200 - application/json
Wallet multi portfolio response
The response is of type object
.
curl --request GET \
--url https://api.mobula.io/api/1/wallet/multi-portfolio
{
"data": {
"total_wallet_balance": 123,
"wallets": [
"<string>"
],
"assets": [
{
"contracts_balances": [
{
"address": "<string>",
"balance": 123,
"balanceRaw": "<string>",
"chainId": "<string>",
"decimals": 123
}
],
"cross_chain_balances": {},
"price_change_24h": 123,
"estimated_balance": 123,
"price": 123,
"token_balance": 123,
"allocation": 123,
"asset": {
"id": 123,
"name": "<string>",
"symbol": "<string>",
"logo": "<string>",
"decimals": [
"<string>"
],
"contracts": [
"<string>"
],
"blockchains": [
"<string>"
]
},
"wallets": [
"<string>"
],
"realized_pnl": 123,
"unrealized_pnl": 123,
"price_bought": 123,
"total_invested": 123,
"min_buy_price": 123,
"max_buy_price": 123
}
],
"win_rate": 123,
"tokens_distribution": {
"10x+": 123,
"4x - 10x": 123,
"2x - 4x": 123,
"10% - 2x": 123,
"-10% - 10%": 123,
"-50% - -10%": 123,
"-100% - -50%": 123
},
"pnl_history": {
"1y": [
[
"<string>"
]
],
"7d": [
[
"<string>"
]
],
"24h": [
[
"<string>"
]
],
"30d": [
[
"<string>"
]
]
},
"total_realized_pnl": 123,
"total_unrealized_pnl": 123,
"total_pnl_history": {
"24h": {
"realized": 123,
"unrealized": 123
},
"7d": {
"realized": 123,
"unrealized": 123
},
"30d": {
"realized": 123,
"unrealized": 123
},
"1y": {
"realized": 123,
"unrealized": 123
}
},
"balances_length": 123
}
}