Margin borrow
GET/api/v1/margin-borrow
Get the margin borrow data.
Request
Query Parameters
asset stringrequired
Token base asset
Example: BTC
Header Parameters
X-DTMX-APIKEY stringrequired
Your DataMaxi+ API key
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
cross
object
property name*
object[]
asset string
is_borrowable boolean
max_borrow number
rate_daily number
timestamp integer
vip_level string
isolated
object
property name*
object[]
asset string
is_borrowable boolean
max_borrow number
rate_daily number
timestamp integer
vip_level string
{
"cross": {},
"isolated": {}
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
error specifies the error message
{
"error": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error string
error specifies the error message
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
error specifies the error message
{
"error": "string"
}
Loading...