Illuminate
  • Illuminate - DeFi: Fixed
    • iPTs: Meta Principal Tokens
    • Lending
    • Maturity & Redemption
    • Integrations
    • YieldSpace AMM
    • Pricing & Arbitrage
  • Smart Contracts
    • Lender
      • Lender.sol
    • Redeemer
      • Redeemer.sol
    • Marketplace
      • Marketplace.sol
    • Illuminate Principal Token (ERC5095)
      • ERC5095.sol
    • Deployed Contract Addresses
    • Critical Attributes
    • Key Roles
    • Contract Relationships
    • Operation Checklists
    • Deposit Lifecycle
    • Error Codes
    • Smart Contract Integration
  • IlluminAPI
    • GET
      • Get Markets
      • Get Quotes
      • Get Best Quote
      • Get Pools
      • Get Pool
      • Get Raw Pool APYs
      • Get User Positions
      • Get Status
    • POST
  • Illuminate-js
  • Media Kit
  • Misc
  • FAQ
Powered by GitBook
On this page
  1. IlluminAPI
  2. GET

Get Markets

Get Markets

GET https://illumigate.swivel.exchange/v1/markets?status=s&depth=d

This endpoint allows you to request a list of markets.

Query Parameters

Name
Type
Description

status

string

active or matured

depth

integer

The number of markets to return.

[
  {
    "underlying": "0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
    "maturity": "1688085200",
    "principals": [
      "0x1234",
      "0x2345",
      "0x3456",
      "0x4567",
      "0x5678",
      "0x6789",
      "0x7890",
      "0x8910",
      "0x8012"
    ],
    "created": "1671841482",
    "element": "0x1023",
    "apwine": "0x2340"
  }
]
PreviousGETNextGet Quotes

Last updated 2 years ago