Market

Exchange Listing Events

Returns historical exchange listing and delisting events.

Filters: date range, exchange, token symbol, product type, event type.

get/gateway/v1/market/listing

Query parameters

fromstring required

Start date (YYYY-MM-DD or ISO 8601)

Example:2024-01-01

Start date (YYYY-MM-DD or ISO 8601)

tostring

End date (defaults to now)

Example:2024-03-01

End date (defaults to now)

symbolstring

Filter by token symbol

Example:BTC

Filter by token symbol

exchangestring

Filter by exchange name

Example:binance

Filter by exchange name

product'spot' | 'margin' | 'perp' | 'pre_market_perp' | 'all'

Filter by product type

Filter by product type

type'listing' | 'delisting' | 'cancelled' | 'advanced' | 'postponed'

Event type filter

Event type filter

limitinteger

Results per page

Results per page

offsetinteger

Pagination offset

Pagination offset

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://example.com/schemas/DataResponseListingEventItem.json"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.