Skip to main content
GET
Get markets
x402 Support: Supported. See the x402 guide.

Authorizations

X-Messari-API-Key
string
header
required

Query Parameters

limit
integer<int64>
default:10

Number of items per page

Example:

10

pageSize
integer<int64>

Number of items per page. Kept for backward compatibility

page
integer<int64>
default:1

Page number

Example:

1

exchangeId
string
exchangeSlug
string
quoteAssetId
string
quoteAssetSlug
string
baseAssetId
string
baseAssetSlug
string
volume24hAbove
number<double>
volume24hBelow
number<double>
liveness
string

Comma-separated list of liveness statuses to filter by. Possible values:

  • live: The market has had a trade in approximately the last 10 minutes.
  • stale: The market has had a trade in the last 24 hours, but not in the last ~10 minutes.
  • inactive: The market has not had any trades for more than 24 hours.
Example:

"live,stale"

activitySince
string

Filter to markets that have had a trade since this date. Accepts RFC3339 (e.g. 2024-01-15T00:00:00Z), YYYY-MM-DD, or a unix timestamp.

Example:

"2024-01-15"

Response

Default response

data
object[]
required
error
string
metadata
object

Pagination metadata