Yo'nalishlar ro'yxatini olish

get
https://api.cryptomus.com/v2/user-api/convert/direction-list
Nusxa ko'chirmoq

Talab qilmoq

Misolga misol

curl https://api.cryptomus.com/v2/user-api/convert/direction-list \
    -X GET \
    -H 'userId: 8b03432e-385b-4670-8d06-064591096795' \
    -H 'sign: fe99035f86fa436181717b302b95bacff1' \
    -H 'Content-Type: application/json'
Nusxa ko'chirmoq

Javob

Javob parametrlari

IsmTa'rif
fromValyuta manba
toValyuta (maqsad)
min_fromMinimal miqdor (manba)
max_fromMaksimal miqdor (manba)
min_toMinimal miqdor (maqsad)
max_toMaksimal miqdor (maqsad)
rateKurs

Ta'rif

Valyuta manba

Ta'rif

Valyuta (maqsad)

Ta'rif

Minimal miqdor (manba)

Ta'rif

Maksimal miqdor (manba)

Ta'rif

Minimal miqdor (maqsad)

Ta'rif

Maksimal miqdor (maqsad)

Ta'rif

Kurs

Javob namunasi


1{
2  "state": 0,
3  "result": {
4    "items": [
5      {
6        "from": "TRX",
7        "to": "ETH",
8        "min_from": "100.00000000",
9        "min_to": "0.00100000",
10        "max_from": "100000.00000000",
11        "max_to": "1000000.00000000",
12        "rate": "0.00003451"
13      },
14      ...
15    ]
16  }
17}
Nusxa ko'chirmoq