Markets
Get all available markets.
get
Get all available markets.
Query parameters
limitinteger · int32 · min: 1 · max: 1000Optional
Limit the number of returned paginations. Defaults to 100.
pageinteger · int32Optional
Specify the page of paginated results.
orderingstring · enumOptionalPossible values:
If set, returned values will be sorted in specific order, defaults to 'asc'.
order_bystring · enumOptionalPossible values:
Name of the field, which result will be ordered by.
base_unitstringOptional
Strict filter for base unit
quote_unitstringOptional
Strict filter for quote unit
searchjsonOptional
search[base_code]stringOptional
Search base currency code using LIKE
search[quote_code]stringOptional
Search qoute currency code using LIKE
search[base_name]stringOptional
Search base currency name using LIKE
search[quote_name]stringOptional
Search quote currency name using LIKE
Responses
200
Get all available markets.
application/json
get
GET /api/v2/live/public/markets HTTP/1.1
Host: www.mameex.com
Accept: */*
200
Get all available markets.
[
{
"id": "text",
"name": "text",
"base_unit": "text",
"quote_unit": "text",
"min_price": 1,
"max_price": 1,
"min_amount": 1,
"amount_precision": 1,
"price_precision": 1,
"state": "text"
}
]
Last updated