[BETA] Wallet Explorer API
Get Smart Money
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 Pulse (new, bonding, bonded)
[BETA] Wallet Explorer API
Metacore
[BETA] Wallet Explorer API
Get Smart Money
GET
/
1
/
wallet
/
smart-money
curl --request GET \
--url https://api.mobula.io/api/1/wallet/smart-money
{
"data": [
{
"wallet_address": "<string>",
"realized_pnl": 123,
"unrealized_pnl": 123,
"txns_count": 123,
"volume": 123,
"blockchains": [
"<string>"
],
"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
},
"top_3_tokens": [
{}
]
}
]
}
Response
200 - application/json
Smart Money response
The response is of type object
.
curl --request GET \
--url https://api.mobula.io/api/1/wallet/smart-money
{
"data": [
{
"wallet_address": "<string>",
"realized_pnl": 123,
"unrealized_pnl": 123,
"txns_count": 123,
"volume": 123,
"blockchains": [
"<string>"
],
"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
},
"top_3_tokens": [
{}
]
}
]
}