post https://api.bitfinex.com/v2/auth/r/position/increase/info
Returns information relevant to the increase position endpoint.
Response Fields
Term | Type | Description |
---|---|---|
MAX_POS | int | Maximum position size for increase position on the pair |
CURRENT_POS | float | Size of current position on the pair |
BASE_CURRENCY_BALANCE | float | Current margin wallet balance in the base currency |
TRADABLE_BALANCE_QUOTE_CURRENCY | float | Tradable balance in the quote currency adjusted for open orders and positions |
TRADABLE_BALANCE_QUOTE_TOTAL | float | Tradable balance in the quote currency non-adjusted |
TRADABLE_BALANCE_BASE_CURRENCY | float | Tradable balance in the base currency adjusted for open orders and positions |
TRADABLE_BALANCE_BASE_TOTAL | float | Tradable balance in the base currency non-adjusted |
FUNDING_AVAIL | float | Available funding <0.75% (currency depends on the funding currency required for the entered amount) |
FUNDING_VALUE | float | Value of funding required in opposite currency |
FUNDING_REQUIRED | float | Funding required for a position of the specified amount |
FUNDING_VALUE_CURRENCY | string | Currency of the FUNDING_VALUE field |
FUNDING_REQUIRED_CURRENCY | string | Currency of the FUNDING_REQUIRED field |
Ratelimit: 90 req/min