Finix English
    • Finix API documentation
    • Introduction
    • Request Signing
    • Signature Verification
    • India
      • PayIn
        • Create payment
        • Fetch payment status
        • Payment webhook (async notification)
      • PayOut
        • Initiate payout
        • Fetch payout status
        • Payout webhook (async notification)
    • Egypt
      • PayIn
        • Create payment
        • Fetch payment status
        • Payment webhook (async notification)
      • PayOut
        • Initiate payout
        • Fetch payout status
        • Payout webhook (async notification)
    • Nigeria
      • PayIn
        • Create payment
        • Fetch payment status
        • Payment webhook (async notification)
      • PayOut
        • Initiate payout
        • Fetch payout status
        • Payout webhook (async notification)
        • Bank code
    • Indonesia
      • PayIn
        • Create payment
        • Fetch payment status
        • Payment webhook (async notification)
      • PayOut
        • Initiate payout
        • Fetch payout status
        • Payout webhook (async notification)
        • Bank code
    • Account Balance
      POST
    • USDT Exchange Rate
      POST

      USDT Exchange Rate

      POST
      https://secure.finixpayment.com/v1/api/account/usdt/rate
      This endpoint returns the current USDT conversion rate for the selected currency via the Finix API in real time.

      Request

      Header Params

      Body Params application/json

      Examples

      Responses

      🟢200Success
      application/json
      Body

      🟠401Unauthorized
      🟠403Forbidden
      🔴500Server Error
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://secure.finixpayment.com/v1/api/account/usdt/rate' \
      --header 'MerchantID: FX100001' \
      --header 'Signature: 7QbwLbLsS0MAVK3RizeDrNrHZYsKheOVE5yrzH2ectK6uwwT3RMtEJjXHaYi2BFcNUuqMqVknbOc0eIatK0r8BQT87i3U60pvVBblrPG02QkHBJYGBel2pH09oUZ0BNSsphZADxvQqTUVkTXbdaBIZYo8GGY3m96Rb5vUToKEzQ66cm3bduhuxjXf12gXoEgoPFQ8vlpXOAlMxQ5ARMylmNv25Ov29gidi4Z0qjimu96FSWcnxcXvIZfQD7HMzhC' \
      --header 'Timestamp: 1750553505' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "currency": "INR"
      }'
      Response Response Example
      200 - SUCCESS
      {
          "code": "200",
          "message": "string",
          "data": {
              "currency": "INR",
              "deposit": 92,
              "withdraw": 95
          }
      }
      Modified at 2026-04-07 17:06:06
      Previous
      Account Balance
      Built with