/
/Untitled API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 29m ago · Updated 2w agoView markdown
Credit23
  • getBuild transaction calls to draw credit
  • getGet user credit information
  • getCalldata to lock asset as collateral
  • getGet operator status for an account
  • getBuild transaction calls to disable auto top-up
  • getBuild transaction calls to enable auto top-up
  • getCall data to repay credit debt
  • getCall data to unlock collateral
  • getGet collateral asset details
  • getClaim position from earn vault
  • getUnwrap position from earn vault
  • getWrap asset into earn vault
  • getGet credit protocol configuration
  • getGet collateral asset details
  • getGet operator status for an account
  • getCalldata to lock asset as collateral
  • getCall data to unlock collateral
  • getBuild transaction calls to draw credit
  • getCall data to repay credit debt
  • getBuild transaction calls to enable auto top-up
  • getBuild transaction calls to disable auto top-up
  • getGet auto top-up config
  • getUpdate auto top-up config
Liquidity6
  • gethealth check
  • getReturns solver address
Credit

Get operator status for an account

Returns the current operator address and list of whitelisted credit receivers.

get/credit/accounts/{account}/operator

Path parameters

accountstring required

User account address

Response

Operator status

Example response

{
  "data": {
    "operator": "0x742d35Cc6634C0532925a3b844Bc9e7595f2bD18",
    "receivers": [
      "0xAbCdEf1234567890AbCdEf1234567890AbCdEf12"
    ]
  }
}