Skip to main content

List markets

GET 

https://app.staging.chimera.trade/v1/otc/markets/

List all available OTC markets.

Request

Responses

The list of all available OTC markets.

Schema
    markets object[]
  • Array [
  • base_asset string
    quote_asset string
    base_asset_hash string
    quote_asset_hash string
    min float
    max float
    fixed_fee int32
    dynamic_fee int32
  • ]
curl -L -X GET 'https://app.staging.chimera.trade/v1/otc/markets/' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://app.staging.chimera.trade/v1
ResponseClear

Click the Send API Request button above and see the response here!