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

limit
string
offset
string
page
string
order
string
cache
string
stale
string
wallet
string
wallets
string
recheckContract
string
from
string
to
string
asset
string
trades
string
transactions
string
blockchains
string
unlistedAssets
string
onlyAssets
string
pagination
string

Response

200 - application/json
Wallet transactions response
data
object
required
details
any | null
required
pagination
object | null
required