    * Sur cette page
    * Gemini 3.5 Flash
    * Gemini 3.5 Live Translate
    * Gemini 3.1 Flash-Lite
    * Preview Gemini Omni Flash
    * Preview Gemini 3.1 Pro
    * Preview Gemini 3.1 Flash Live
    * Gemini 3.1 Flash Image (Nano Banana 2) 🍌
    * Image Gemini 3.1 Flash-Lite 🍌
    * Preview Gemini 3.1 Flash TTS
    * Preview Gemini 3 Flash
    * Gemini 3 Pro Image (Nano Banana Pro) 🍌
    * Gemini 2.5 Pro
    * Gemini 2.0 Flash
    * Gemini 2.5 Flash-Lite
    * Preview Gemini 2.5 Flash-Lite
    * Entrée audio native Gemini 2.5 Flash (API Live)
    * Gemini 2.5 Flash Image (Nano Banana) 🍌
    * Preview Gemini 2.5 Flash TTS
    * Preview Gemini 2.5 Pro TTS
    * Gemini 2.0 Flash
    * Gemini 2.0 Flash-Lite
    * Imagen 4
    * Veo 3.1
    * Veo 3
    * Veo 2
    * Lyria 3
    * Embedding Gemini 2
    * Embedding Gemini
    * Gemini Robotics-ER 1.6 Preview
    * Preview Gemini 2.5 Computer Use
    * Gemma 4
    * Tarifs des outils
    * Tarifs pour les agents
    * Remarques
                Jump to Content
                        Overview Recipes Documentation v1v2
                  Documentation
                v2
                  Documentation
              Ticker
                  Search
                CTRL-K
            JUMP TOCTRL-/

            REST Public Endpoints

              * Platform Status get
              * Ticker get
              * Tickers get
              * Tickers History get
              * Trades get
              * Book get
              * Stats get
              * Candles get
              * Derivatives Status get
              * Derivatives Status History get
              * Liquidations get
              * Leaderboards get
              * Funding Statistics get
              * Configs get
              * Virtual Asset Service Providers get
              * Calculation Endpoints
                  + Market Average Price post
                  + Foreign Exchange Rate post

            REST Authenticated Endpoints

              * Wallets post
              * Retrieve Orders post
              * Retrieve Orders (by symbol) post
              * Submit Order post
              * Update Order post
              * Cancel Order post
              * Cancel Orders (multiple) post
              * Order Multi-OP post
              * Orders History post
              * Orders History (by symbol) post
              * Order Trades post
              * Trades post
              * Trades (by symbol) post
              * OTC Orders History post
              * Ledgers post
              * Margin Info post
              * Retrieve Positions post
              * Claim Position post
              * Increase Position post
              * Increase Position Info post
              * Positions History post
              * Positions Snapshot post
              * Positions Audit post
              * Update Position Funding Type post
              * Derivative Position Collateral post
              * Derivative Position Collateral Limits post
              * Active Funding Offers post
              * Submit Funding Offer post
              * Cancel Funding Offer post
              * Cancel All Funding Offers post
              * Funding Close post
              * Funding Auto-renew post
              * Keep Funding post
              * Funding Offers History post
              * Funding Loans post
              * Funding Loans History post
              * Funding Credits post
              * Funding Credits History post
              * Funding Trades post
              * Funding Info post
              * User Info post
              * Summary post
              * Login History post
              * Key Permissions post
              * Generate Token post
              * Changelog post
              * Transfer Between Wallets post
              * Deposit Address post
              * Deposit Address List post
              * Generate Invoice post
              * LNX Invoice Payments post
              * Withdrawal post
              * Movements post
              * Movement info post
              * Alert List post
              * Alert Set post
              * Alert Delete post
              * Balance Available for Orders/Offers post
              * User Settings Write post
              * User Settings Read post
              * User Settings Delete post
              * Thalex Derivatives Endpoints
                  + Thalex Deposit Request post
                  + Thalex Withdrawal Request post
                  + Thalex Free Transfer Count post

            Websocket Public Channels

              * Ticker
              * Trades
              * Books
              * Raw Books
              * Candles
              * Status

            Websocket Authenticated Channels

              * Account Info
              * Orders
              * Positions
              * Trades
              * Funding Offers
              * Funding Credits
              * Funding Loans
              * Wallets
              * Balance Info
              * Margin Info
              * Funding Info
              * Funding Trades
              * Notifications
              * Historical Orders (deprecated)
              * Historical Offers (deprecated)
              * Historical Credits (deprecated)
              * Historical Loans (deprecated)

            Websocket Authenticated Inputs

              * Websocket Inputs
              * New Order
              * Update Order
              * Order Multi-OP
              * Cancel Order
              * Cancel Order Multi
              * New Offer
              * Cancel Offer
              * Calc

            Labs

              * Honey Framework
              * UI Goodies

                  Ticker

                  Copy Page
                get
                  https://api-pub.bitfinex.com/v2/ticker/ {symbol}

                The ticker endpoint provides a high level overview of the state of the market for a specified pair. It shows the current best bid and ask, the last traded price, as well as information on the daily volume and price movement over the last day.

                  Response Fields (trading pairs, ex. tBTCUSD)

                      Index  Field            Type   Description
                      [0]    BID              float  Price of last highest bid
                      [1]    BID_SIZE         float  Sum of the 25 highest bid sizes
                      [2]    ASK              float  Price of last lowest ask
                      [3]    ASK_SIZE         float  Sum of the 25 lowest ask sizes
                      [4]    CHANGE           float  Amount that the last price changed in the respective period
                      [5]    CHANGE_RELATIVE  float  Relative price change in the respective period (*100 for percentage change)
                      [6]    LAST_PRICE       float  Price of the last trade
                      [7]    VOLUME           float  Volume in the respective period
                      [8]    HIGH             float  High in the respective period
                      [9]    LOW              float  Low in the respective period
                      [10]   FIRST_TRADE      int    Timestamp of the first trade


                    Response Fields (funding currencies, ex. fUSD)

                      Index        Field                 Type   Description
                      [0]          FRR                   float  Flash Return Rate - average of all fixed rate funding over the last hour
                      [1]          BID                   float  Price of last highest bid
                      [2]          BID_PERIOD            int    Bid period covered in days
                      [3]          BID_SIZE              float  Sum of the 25 highest bid sizes
                      [4]          ASK                   float  Price of last lowest ask
                      [5]          ASK_PERIOD            int    Ask period covered in days
                      [6]          ASK_SIZE              float  Sum of the 25 lowest ask sizes
                      [7]          DAILY_CHANGE          float  Amount that the last price changed in the respective period
                      [8]          DAILY_CHANGE_PERC     float  Relative price change in the respective period (*100 for percentage change)
                      [9]          LAST_PRICE            float  Price of the last trade
                      [10]         VOLUME                float  Volume in the respective period
                      [11]         HIGH                  float  High in the respective period
                      [12]         LOW                   float  Low in the respective period
                        [ . . . ]
                      [15]         FRR_AMOUNT_AVAILABLE  float  The amount of funding that is available at the Flash Return Rate
                      [16]         FIRST_TRADE           int    Timestamp of the first trade

                        Rate Limit:  90 reqs/min (requests per minute)

                      Path Params
                                    symbol
                                      string
                                      required
                                      Defaults to tBTCUSD

                                        The symbol you want information about. (e.g. tBTCUSD, tETHUSD, fUSD, fBTC)

                      Responses

                          200

                          200

                          500

                          500

                          Updated 3 months ago

                        Platform Status
                        Tickers
                      Language
                        ShellNodeRubyPHPPython
                        cURL Request
                                      xxxxxxxxxx
                                            1
                                        curl --request GET \
                                            2
                                        --url https://api-pub.bitfinex.com/v2/ticker/tBTCUSD \
                                            3
                                        --header 'accept: application/json'
                      Try It!
                      Response
                        Click Try It! to start a request and see the response here! Or choose an example:
                            application/json
                            200 - Result 500 - Result

                        Updated 3 months ago

                      Platform Status
                      Tickers
                   1. REST Public Endpoints
                     2. Platform Status get
                     3. Ticker get
                     4. Tickers get
                     5. Tickers History get
                     6. Trades get
                     7. Book get
                     8. Stats get
                     9. Candles get
                    10. Derivatives Status get
                    11. Derivatives Status History get
                    12. Liquidations get
                    13. Leaderboards get
                    14. Funding Statistics get
                    15. Configs get
                    16. Virtual Asset Service Providers get
                    17. Calculation Endpoints
                    18. Foreign Exchange Rate post
                    19. Market Average Price post
                   1. REST Authenticated Endpoints
                     2. Wallets post
                     3. Retrieve Orders post
                     4. Retrieve Orders (by symbol) post
                     5. Submit Order post
                     6. Update Order post
                     7. Cancel Order post
                     8. Cancel Orders (multiple) post
                     9. Order Multi-OP post
                    10. Orders History post
                    11. Orders History (by symbol) post
                    12. Order Trades post
                    13. Trades post
                    14. Trades (by symbol) post
                    15. OTC Orders History post
                    16. Ledgers post
                    17. Margin Info post
                    18. Retrieve Positions post
                    19. Claim Position post
                    20. Increase Position post
                    21. Increase Position Info post
                    22. Positions History post
                    23. Positions Snapshot post
                    24. Positions Audit post
                    25. Update Position Funding Type post
                    26. Derivative Position Collateral post
                    27. Derivative Position Collateral Limits post
                    28. Active Funding Offers post
                    29. Submit Funding Offer post
                    30. Cancel Funding Offer post
                    31. Cancel All Funding Offers post
                    32. Funding Close post
                    33. Funding Auto-renew post
                    34. Keep Funding post
                    35. Funding Offers History post
                    36. Funding Loans post
                    37. Funding Loans History post
                    38. Funding Credits post
                    39. Funding Credits History post
                    40. Funding Trades post
                    41. Funding Info post
                    42. User Info post
                    43. Summary post
                    44. Login History post
                    45. Key Permissions post
                    46. Generate Token post
                    47. Changelog post
                    48. Transfer Between Wallets post
                    49. Deposit Address post
                    50. Deposit Address List post
                    51. Generate Invoice post
                    52. LNX Invoice Payments post
                    53. Withdrawal post
                    54. Movements post
                    55. Movement info post
                    56. Alert List post
                    57. Alert Set post
                    58. Alert Delete post
                    59. Balance Available for Orders/Offers post
                    60. User Settings Write post
                    61. User Settings Read post
                    62. User Settings Delete post
                    63. Thalex Derivatives Endpoints
                    64. Thalex Free Transfer Count post
                    65. Thalex Withdrawal Request post
                    66. Thalex Deposit Request post
                   1. Websocket Public Channels
                     2. Ticker
                     3. Trades
                     4. Books
                     5. Raw Books
                     6. Candles
                     7. Status
                   1. Websocket Authenticated Channels
                     2. Account Info
                     3. Orders
                     4. Positions
                     5. Trades
                     6. Funding Offers
                     7. Funding Credits
                     8. Funding Loans
                     9. Wallets
                    10. Balance Info
                    11. Margin Info
                    12. Funding Info
                    13. Funding Trades
                    14. Notifications
                    15. Historical Orders (deprecated)
                    16. Historical Offers (deprecated)
                    17. Historical Credits (deprecated)
                    18. Historical Loans (deprecated)
                   1. Websocket Authenticated Inputs
                     2. Websocket Inputs
                     3. New Order
                     4. Update Order
                     5. Order Multi-OP
                     6. Cancel Order
                     7. Cancel Order Multi
                     8. New Offer
                     9. Cancel Offer
                    10. Calc
                   1. Labs
                     2. Honey Framework
                     3. UI Goodies