Skip to main content

Data

GET 

/api/v1/wallet-status

Fetch the latest wallet status for asset from given exchange.

Request

Query Parameters

    exchange stringrequired

    Specifes exchange

    Example: binance
    asset stringrequired

    Specifies asset

    Example: USDT

Header Parameters

    X-DTMX-APIKEY stringrequired

    Your DataMaxi+ API key

Responses

OK

Schema

  • Array [

  • currency string
    Example: USDT
    exchange string
    Example: binance
    message string
    Example: Deposit: Wallet Maintenance
    network string
    Example: BSC
    updatedAt integer
    Example: 1728533401
    walletState string
    Example: paused, withdraw-only, deposit-only, ok
  • ]

Loading...