apiTON
HomeExplorerBlog
HomeExplorerBlog
Contact
  1. v2.Rate
  • api:TON Documentation
  • v2.Address
    • Transactions
      POST
    • Details
      POST
    • Jettons
      POST
    • NFTs
      POST
    • Wallets
      POST
  • v2.Nft
    • Username
      POST
    • Number
      POST
    • Domain
      POST
    • Gift
      POST
    • Item
      POST
  • v2.Rate
    • Fiat rate
      POST
    • Crypto rate
      POST
    • Exchanges rate
      POST
  • v2.Auth
    • Do
      POST
    • List
      POST
    • Import
      POST
    • Backup
      POST
    • Delete
      POST
    • New
      POST
  • v2.Wallet
    • Send TON
      POST
    • Send Jetton
      POST
    • Send Nft
      POST
  • v2.NftContract
    • Mint Nft Collection
      POST
    • Mint NFT
      POST
  • v2.JettonContract
    • Mint
    • Burn
    • Change owner
    • Close Mint
  1. v2.Rate

Exchanges rate

POST
/v2.Rate/Exchanges
v1.Rate
Ton price in USDT in the different crypto exchanges

Request

Body Params application/json
exchange_name
array[string]
optional
Example
{
    "exchange_name": [

    ]
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://app.apiton.org/v2.Rate/Exchanges' \
--header 'Content-Type: application/json' \
--data-raw '{
    "exchange_name": [

    ]
}'

Responses

🟢200OK
application/json
Body
result
object 
result
optional
Additional properties
value
optional
Example
{
    "result": {
        "Binance": 6.147,
        "Bitfinex": 6.1405,
        "Bybit": 6.146,
        "Gate.io": 6.15,
        "KuCoin": 6.1484,
        "OKX": 6.154
    }
}
🔴500Server Error
Previous
Crypto rate
Next
Do
Built with