post https://api-pub.bitfinex.com/v2/calc/trade/avg
Calculate the average execution price for Trading or rate for Margin funding.
Response Fields
For trading pair symbols (ex. tBTCUSD)
Index | Field | Type | Description |
---|---|---|---|
[0] | PRICE_AVG | float | Average price for amount bought or sold given the current order book (trading pairs only) |
[1] | AMOUNT | float | Amount traded or taken/provided in funding |
For funding currency symbols (ex. fUSD)
Index | Field | Type | Description |
---|---|---|---|
[0] | RATE_AVG | float | Average rate for amount taken or provided given the current order book (funding currencies only) |
[1] | AMOUNT | float | Amount traded or taken/provided in funding |
Rate Limit: | 90 reqs/min (requests per minute) |