Skip to main content
GET
Get borrow market position

Authorizations

x-api-key
string
header
required

Path Parameters

userAddress
string
required

Address of the user whose borrow market positions are requested

Pattern: ^0x[a-fA-F0-9]{40}$
network
enum<string>
required

Canonical network slug

Available options:
mainnet,
optimism,
arbitrum,
polygon,
gnosis,
base,
unichain,
swellchain,
celo,
worldchain,
berachain,
ink,
bsc,
hyperliquid,
plasma,
avalanche,
katana,
linea,
mega-eth,
monad,
etherlink,
robinhood
marketId
string
required

Canonical market identifier

Minimum string length: 1

Response

Default Response

marketId
string
required
name
string
required
network
object
required
protocol
object
required
userAddress
string
required
Pattern: ^0x[a-fA-F0-9]{40}$
assets
object[]
required
ltv
number

Loan-to-value ratio of the position. Omitted when not applicable.

Required range: x >= 0
healthFactor
number

Health factor of the position. Omitted when not applicable.

Required range: x >= 0