Skip to main content

Announcements

GET 

/api/v1/announcements

Fetch latest announcements from various exchanges

Request

Query Parameters

    page string

    Default value: 1

    Specifies page

    Example: 1
    limit string

    Default value: 1000

    Specifies limit

    Example: 1000
    category string

    Default value: empty

    Specifies category

    Example: listing
    sort string

    Possible values: [asc, desc]

    Default value: desc

    Specifies sort

    Example: asc

Header Parameters

    X-DTMX-APIKEY stringrequired

    Your DataMaxi+ API key

Responses

OK

Schema

    category string

    specifies the category of the records

    data

    object[]

    data specifies an array of the announcements

  • Array [

  • c string

    specifies the category of the announcement

    d string

    specifies the date of the announcement

    e string

    specifies the exchange of the announcement

    s string

    specifies the summary of the announcement

    t string

    specifies the title of the announcement

    u string

    specifies the URL of the announcement

  • ]

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