본문으로 건너뛰기

토큰 업데이트

GET 

/api/v1/cex/token/updates

최신 토큰 업데이트를 조회합니다

요청

쿼리 파라미터

    page string

    Specifies page

    Default value: 1
    limit string

    Specifies limit

    Default value: 100
    type string

    Possible values: [listed, delisted]

    Specifies type of token update

헤더 파라미터

    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...