[BETA] Wallet Explorer API
Get Historical Transactions
Introduction
Octopus - Market API
[BETA] Wallet Explorer API
Metacore
[BETA] Wallet Explorer API
Get Historical Transactions
GET
/
1
/
wallet
/
transactions
curl --request GET \
--url https://api.mobula.io/api/1/wallet/transactions
{
"data": {
"transactions": [
{
"id": "<string>",
"timestamp": 123,
"from": "<string>",
"to": "<string>",
"contract": "<string>",
"hash": "<string>",
"amount_usd": 123,
"amount": 123,
"block_number": 123,
"type": "<string>",
"blockchain": "<string>",
"tx_cost": 123,
"transaction": {
"hash": "<string>",
"chainId": "<string>",
"fees": "<string>",
"feesUSD": 123,
"date": "<string>"
},
"asset": {
"id": 123,
"name": "<string>",
"symbol": "<string>",
"decimals": 123,
"totalSupply": 123,
"circulatingSupply": 123,
"price": 123,
"liquidity": 123,
"priceChange24hPercent": 123,
"marketCapUSD": 123,
"logo": "<string>",
"nativeChainId": "<string>",
"contract": "<string>"
}
}
],
"wallets": [
"<string>"
]
},
"details": "<any>",
"pagination": {
"total": 123,
"page": 123,
"offset": 123,
"limit": 123
}
}
Query Parameters
Response
200 - application/json
Wallet transactions response
curl --request GET \
--url https://api.mobula.io/api/1/wallet/transactions
{
"data": {
"transactions": [
{
"id": "<string>",
"timestamp": 123,
"from": "<string>",
"to": "<string>",
"contract": "<string>",
"hash": "<string>",
"amount_usd": 123,
"amount": 123,
"block_number": 123,
"type": "<string>",
"blockchain": "<string>",
"tx_cost": 123,
"transaction": {
"hash": "<string>",
"chainId": "<string>",
"fees": "<string>",
"feesUSD": 123,
"date": "<string>"
},
"asset": {
"id": 123,
"name": "<string>",
"symbol": "<string>",
"decimals": 123,
"totalSupply": 123,
"circulatingSupply": 123,
"price": 123,
"liquidity": 123,
"priceChange24hPercent": 123,
"marketCapUSD": 123,
"logo": "<string>",
"nativeChainId": "<string>",
"contract": "<string>"
}
}
],
"wallets": [
"<string>"
]
},
"details": "<any>",
"pagination": {
"total": 123,
"page": 123,
"offset": 123,
"limit": 123
}
}