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: 1000
    Example: 1000
    type string

    Possible values: [listed, delisted]

    Specifies type of token update

    Example: listed
    sort string

    Possible values: [asc, desc]

    Specifies sort

    Default value: desc
    Example: asc

Header Parameters

    X-DTMX-APIKEY stringrequired

    Your DataMaxi+ API key

Responses

OK

Schema

    data

    object[]

    data specifies an array of the token update

  • Array [

  • b string

    specifies the base symbol of the token

    d string

    specifies the date of the token update

    e string

    specifies the exchange of the token update

    m string

    specifies the market of the token update

    q string

    specifies the quote symbol of the token

    t string

    specifies the type of the token update

  • ]

  • limit integer

    specifies the number of records per page

    page integer

    specifies the current page of the response

    sort string

    specifies the order of the records

Loading...