Skip to main content

Token Updates

GET 

/api/v1/cex/token/updates

Fetch latest token updates

Request

Query Parameters

    page string

    Specifies page

    Default value: 1
    Example: 1
    limit string

    Specifies limit

    Default value: 100
    Example: 10
    type string

    Possible values: [listed, delisted]

    Specifies type of token update

    Example: listed

Header Parameters

    X-DTMX-APIKEY stringrequired

    Your DataMaxi+ API key

Responses

OK

Schema

    data

    object[]

    data specifies an array of the token updates

  • Array [

  • b string

    Specifies the base token

    d integer

    Specifies the timestamp

    e string

    Specifies the exchange

    m string

    Specifies the market

    q string

    Specifies the quote token

    t string

    Specifies the type of the token update (listed or delisted)

  • ]

  • key string
    limit integer
    page integer
    sort string
    total integer
Loading...