Skip to main content

Response

  • Status 200: Success
FieldTypeDescription
”symbol”stringTrading pair symbol
”tick_size”decimal stringTick size. All prices are denominated as a multiple of this.
”min_tick”decimal stringMinimum tick. API submitted price cannot be below this value
”max_tick”decimal stringMaximum tick. API submitted price cannot be above this value
”lot_size”decimal stringLot size. All order sizes (token denominated) are denominated as a multiple of this.
”max_leverage”integerMaximum leverage allowed on this symbol when opening positions
”isolated_only”booleanIf the market is set to only allow isolated positions
”min_order_size”decimal stringMinimum order size (denominated in USD)
“max_order_size”decimal stringMaximum order size (denominated in USD)
“funding_rate”decimal stringFunding rate paid in the past funding epoch (hour)
“next_funding_rate”decimal stringEstimated funding rate to be paid in the next funding epoch (hour)
“created_at”integerTimestamp (milliseconds) when the market was listed on Pacifica. Markets are returned oldest first.
”instrument_type”stringInstrument type for the market (e.g. perpetual)
“base_asset”stringBase asset of the market
  • Status 500: Internal server error

Code Example (Python)