margin_borrow
Get margin borrowing rates and limits for an asset. Shows cross/isolated borrow rates, maximum borrowable amounts, and VIP tier rates. Important for leveraged trading cost analysis.
Usage hints:
- Compare borrow rates across exchanges for cheapest leverage
- Check is_borrowable flag before planning margin trades
REST endpoint
GET /api/v1/margin-borrow — see REST reference.
Parameters
| Name | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
asset | string | yes | Token base asset | "..." |
Example invocation
JSON-RPC tools/call payload:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "margin_borrow",
"arguments": {
"asset": "..."
}
}
}