Skip to main content

Data

GET 

https://api.datamaxiplus.com/api/v1/wallet-status

Get 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
    exchange string
    message string
    network string
    updatedAt integer
    walletState string
  • ]

curl -L 'https://api.datamaxiplus.com/api/v1/wallet-status' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://api.datamaxiplus.com
Parameters
— queryrequired
— queryrequired
— headerrequired
ResponseClear

Click the Send API Request button above and see the response here!