SSP Wallet
  • Welcome to SSP Wallet
  • Getting Started with SSP Wallet
    • Change Language
    • Switch Chain
    • Wallet
      • Retrieve SSP Wallet Seed Phrase
      • Create a New Wallet
      • Restore Wallet Using Seed Phrase
      • Create Multiple Wallet
      • Delete a Wallet
      • Retrieving Your Wallet Address
    • Transaction
      • Buy / Sell
      • Swap
      • Send
      • Receive
      • Export Transactions
      • View Transactions
    • Token
      • Add Token to Main Screen
      • Remove Token from Main Screen
    • Custom Tokens
      • Add Custom Token
      • Delete Custom Token
    • Contacts
      • Create New Contact
      • Edit Contact
      • Delete Contact
    • Logout Your SSP Wallet
  • GETTING STARTED WITH SSP KEY
    • Install SSP Key
    • Create a New Key and Syncing to SSP Wallet
    • Restore Key Using Seed Phrase and Syncing to SSP Wallet
    • Retrieving Your SSP Key Seed Phrase
    • Using Your SSP Key For Syncing
  • GETTING STARTED WITH SSP RELAY DEVELOPMENT
    • Overview
    • Environment Requirements
    • Project Installation
    • Project Structure 0verview
    • Project Folders
      • Config
      • Helpers
      • Logs
      • Src
        • apiServices
        • lib
        • services
        • routes.ts
          • GET /v1/sync
          • GET /v1/action
          • POST /v1/sync
          • POST /v1/token
          • POST /v1/action
          • GET /v1/rates
          • GET /v1/networkfees
          • POST /v1/ticket
          • GET /v1/tokeninfo
          • GET /v1/services
          • POST /v1/sign
      • Tests
        • unit
  • GETTING STARTED WITH SSP WALLET DEVELOPMENT
    • Overview
    • Environment Requirements
    • Project Installation
    • SSP Wallet API
    • Project Structure Overview
    • Project Folders
      • Public
        • scripts
      • Patches
      • Src
        • assets
        • components
        • contexts
        • hooks
        • lib
        • pages
        • storage
        • store
        • translations
      • Tests
        • lib
  • GETTING STARTED WITH SSP KEY DEVELOPMENT
    • Overview
    • Environment Requirements
      • For Mac Users Only
    • Project Installation
    • Project Structure Overview
    • Project Folders
      • Types
      • Src
        • assets
        • components
        • contexts
        • hooks
        • lib
        • navigators
        • screens
        • storage
        • store
        • themes
        • translations
      • Tests
        • lib
Powered by GitBook
On this page
  1. GETTING STARTED WITH SSP RELAY DEVELOPMENT
  2. Project Folders
  3. Src
  4. routes.ts

GET /v1/rates

Retrieve rates of fiat and crypto

GET /v1/rates

Request

curl --location 'https://relay.sspwallet.io/v1/rates'

Response

Parameter
Description

fiat

rates of fiat currencies

crypto

rates of crypto currencies

{
    "fiat": {
        "MXN": 20.25709,
        "EUR": 0.9591057,
        "JPY": 151.8131346,
        "PKR": 279.8079328,
        "SEK": 10.7237533,
        "BHD": 0.3768549,
        "CNY": 7.2825489,
        "XAU": 0.0003396,
        "TWD": 32.77147,
        "DKK": 7.1525034,
        "XDR": 0.7642685,
        "XAG": 0.0302938,
        "KRW": 1441.7946281,
        "AED": 3.6712849,
        "ZAR": 18.4364528,
        "ARS": 1058.1003351,
        "BMD": 1,
        "BDT": 121.6825889,
        "RUB": 90.7017456,
        "ILS": 3.5412394,
        "HUF": 385.3248637,
        "HKD": 7.7727205,
        "KWD": 0.3088301,
        "USD": 1,
        "THB": 33.7017956,
        "NGN": 1507.4275997,
        "NZD": 1.7506127,
        "SGD": 1.3404692,
        "VEF": 0.10013,
        "MYR": 4.4415545,
        "BRL": 5.6919922,
        "IDR": 16369.0291602,
        "CHF": 0.9047837,
        "PLN": 3.991397,
        "LKR": 296.5838043,
        "GBP": 0.7937198,
        "INR": 86.8604011,
        "UAH": 41.6645826,
        "VND": 25519.9319762,
        "CLP": 952.3833342,
        "CAD": 1.4204972,
        "AUD": 1.5705497,
        "MMK": 2098.0043015,
        "NOK": 11.1439004,
        "SAR": 3.751313,
        "TRY": 36.3027059,
        "PHP": 58.1003351,
        "CZK": 24.088431,
        "BTC": 1,
        "ETH": 1
    },
    "crypto": {
        "btc": 1,
        "eth": 1
    }
}
Not Found
PreviousPOST /v1/actionNextGET /v1/networkfees

Last updated 3 months ago