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 Status

GET https://illumigate.swivel.exchange/status

This endpoint allows you to request a status of the API and the protocol.

{
  "status": "Illuminate protocol is active",
  "started": 1674757292,
  "illuminatePaused": false,
  "protocolsPaused": [
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false,
    false
  ]
}
PreviousGet User PositionsNextPOST

Last updated 2 years ago