Startbutton Product API
  • Startbutton API doc
    • Get Started
    • Accept Payments
    • Server-to-Server Integration
      • S2S Integration for Virtual Accounts
        • S2S Virtual account (NGN)
        • S2S Virtual account (GHS)
        • S2S EFT (ZAR)
      • S2S Integration for Mobile Money
        • S2S MoMo (KES and GHS)
        • S2S MoMo (TZS and UGX)
        • S2S MoMo (RWF)
        • S2S MoMo XOF and XAF
    • Re-charge Card
    • Subscriptions
    • Payment Links
    • Currency Conversion
    • Get Wallet Balance
    • Transfer
      • Bank List
    • Security Measures.
      • IP Whitelisting
    • Webhook
    • Transaction Status
    • Get FX Rate
    • Under and Overpayments
    • Refunds
      • Refund Transaction Status (TSQ)
    • Available Currencies
    • FAQs
  • Advanced Security
    • Signed Payload for Transfer Requests.
Powered by GitBook
On this page
  1. Startbutton API doc

Get FX Rate

This Endpoint allows you to know what the exchange rate is on Startbutton at any given time. The rate returned is all relative to USD.

Get FX Rate

Authorization
Set value to Bearer PUBLIC_KEY

Content-Type

Set value to application/json

BaseUrls

PROD : https://api.startbutton.tech

DEV/ Staging: https://api-dev.startbutton.tech

GET {{baseurl}}/transaction/exchange

Sample Response

{
    "success": true,
    "message": "forex",
    "data": [
        {
            "symbol": "GHS",
            "buy": 1x,
            "sell": 8
        },
        {
            "symbol": "NGN",
            "buy": 1xx,
            "sell": 8x
        }
    ]
}
PreviousTransaction StatusNextUnder and Overpayments

Last updated 2 months ago