Coincraddle API Belgeleri
Başlama |
---|
Coincraddle API isteklerinin hepsi, key (API anahtarı) parametresini içermelidir, kaydolduktan sonra elde edilebilir: Ortaklık Programı. |
API URI https://coincraddle.com/v1/api
Response type json
GET REQUESTS
/validate-address - Adres Doğrulama |
---|
Bu istek, girilen adresin doğruluğunu belirler. |
https://coincraddle.com/v1/api/validate-address?key=3r8wzm4c8uo9ep5tk¤cy=BTC&address=bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh
Parametre
Parametre | Tür | Örnek |
---|---|---|
key | string | 3r8wzm4c8uo9ep5tk |
currency | string | BTC |
address | string | bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh |
Response 200
{
"result":true
}
/rate - İşlem Miktarı İçin Döviz Kuru |
---|
Bu istek, mevcut döviz kurlarını alır. Kur, her işlem için alınan madenci ücretini içermez. |
https://coincraddle.com/v1/api/rate?key=3r8wzm4c8uo9ep5tk&from=BTC&to=USDT&amount=1&fix=0
Parametre
Parametre | Tür | Örnek |
---|---|---|
key | string | 3r8wzm4c8uo9ep5tk |
from | string | BTC |
to | string | USDT |
amount | float | 1 |
fix | int 0 or 1 | 0 |
Response 200
{
"fix": false,
"minamount": 0.02,
"maxamount": 120,
"rate": 16776.052484164,
"withdrawalFee": 3.96626 USDT,
"result": true
}
* fix: true - sabit kurlar, false - değişken kurlar
* withdrawalFee: Çekme ücreti hakkında yaklaşık bilgi. Değişken parametre.
/payment/rate - İşlem Miktarı İçin Ödeme Kuru |
---|
Bu istek, mevcut döviz kurlarını alır ve ödeme almak için gönderilmesi gereken miktarı hesaplar. |
https://coincraddle.com/v1/api/payment/rate?key=3r8wzm4c8uo9ep5tk&from=BTC&to=USDT&amountTo=1000
Parametre
Parametre | Tür | Örnek |
---|---|---|
key | string | 3r8wzm4c8uo9ep5tk |
from | string | BTC |
to | string | USDT |
amountTo | float | 1000 |
Response 200
{
"minamount": 0.02,
"maxamount": 120,
"rate": 0.04281856,
"result": true
}
* rate: Göndermeniz gereken miktar
/currencies - Para Birimleri Listesi |
---|
Bu istek, mevcut tüm paraların listesini alır. |
https://coincraddle.com/v1/api/currencies?key=3r8wzm4c8uo9ep5tk
Parametre
Parametre | Tür | Örnek |
---|---|---|
key | string | 3r8wzm4c8uo9ep5tk |
Response 200
{
"BTC": {
"coinName": "Bitcoin",
"minamount": 0.1,
"maxamount": 120,
"tagname": "",
"network":"",
"available": true
},
"USDT": {
"coinName": "Tether",
"minamount": 1678.66,
"maxamount": 2757528,
"tagname": "",
"network":"erc20",
"available": true
},
"ETC": {
"coinName": "Ethereum Classic",
"minamount": 102.51,
"maxamount": 1021451,
"tagname": "",
"network":"",
"available": true
},
"HBAR": {
"coinName": "Hedera",
"minamount": 34045.98,
"maxamount": 39867109,
"tagname": "MEMO",
"network": "",
"available": true
},
...
}
Not
Eğer tagname
boş değilse, bu para birimi için etiket zorunludur.
/pairs - Tüm Çiftlerin Listesi |
---|
Bu istek, takas edilebilecek tüm çiftlerin listesini alır. |
https://coincraddle.com/v1/api/pairs?key=3r8wzm4c8uo9ep5tk
Parametre
Parametre | Tür | Örnek |
---|---|---|
key | string | 3r8wzm4c8uo9ep5tk |
Response 200
{
"BTC": [
"ZEC",
"DAI",
"USDT",
"ETC",
"BNB",
"XRP"
],
"XMR": [
"USDC",
"BTC",
"USDT",
"TUSD"
],
"DASH": [
"BTC",
"USDT",
"УЕР"
],
"USDC": [
"USDT",
"ZEC"
],
"LOOM": [
"ETH",
"PERL"
],
"XRP": [
"TRX"
],
"ADA": [
"USDT"
],
"QTUM": [
"BTC"
],
...
}
/exchange-create - Takas Başlatma |
---|
Bu istek bir takas başlatır. |
https://coincraddle.com/v1/api/exchange-create?key=3r8wzm4c8uo9ep5tk&from=BTC&to=ETH&amount=0.1&destinationAddress=0xDAFEA492D9c6733ae3d56b7Ed1ADB60692c98Bc5&refundAddress=bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh&fix=0
Parametre
Parametre | Tür | Örnek |
---|---|---|
key | string | 3r8wzm4c8uo9ep5tk |
destinationAddress | string | 0xDAFEA492D9c6733ae3d56b7Ed1ADB60692c98Bc5 |
destinationTagoptional | string | |
refundAddress | string | bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh |
refundTagoptional | string | |
from | string | BTC |
to | string | ETH |
amount | float | 0.1 |
fix | int 0 or 1 | 0 |
Response 200
{
'id' : '2a8ce4b6-ed5c-4c43-b4bd-ee2a9347fa7a',
'depositAddress' : 'bc1qgdjqv0av3q56jvd82tkdjpy7gdp9ut8tlqmgrpmv24sq90ecnvqqjwvw97',
'depositTag' : '',
}
/payment/exchange-create - Ödeme Başlatma |
---|
Bu istek bir ödeme başlatır. |
https://coincraddle.com/v1/api/payment/exchange-create?key=3r8wzm4c8uo9ep5tk&from=BTC&to=ETH&amountTo=0.1&destinationAddress=0xDAFEA492D9c6733ae3d56b7Ed1ADB60692c98Bc5&refundAddress=bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh
Parametre
Parametre | Tür | Örnek |
---|---|---|
key | string | 3r8wzm4c8uo9ep5tk |
destinationAddress | string | 0xDAFEA492D9c6733ae3d56b7Ed1ADB60692c98Bc5 |
destinationTagoptional | string | |
refundAddress | string | bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh |
refundTagoptional | string | |
from | string | BTC |
to | string | ETH |
amountTo | float | 0.1 |
Response 200
{
'id' : '2a8ce4b6-ed5c-4c43-b4bd-ee2a9347fa7a',
'depositAddress' : 'bc1qgdjqv0av3q56jvd82tkdjpy7gdp9ut8tlqmgrpmv24sq90ecnvqqjwvw97',
'depositTag' : '',
}
/payment/emergency - Gecikmiş Ödeme İşlem Seçeneği |
---|
Gecikmiş bir ödeme işlemi için eylemi seçin (payment_time_expired durumunda işlemi devam ettirme veya geri ödeme). |
https://coincraddle.com/v1/api/payment/emergency?key=3r8wzm4c8uo9ep5tk&id=2a8ce4b6-ed5c-4c43-b4bd-ee2a9347fa7a&needExchange=0&refundAddress=bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh
Parametre
Parametre | Tür | Örnek |
---|---|---|
key | string | 3r8wzm4c8uo9ep5tk |
id | string | 2a8ce4b6-ed5c-4c43-b4bd-ee2a9347fa7a |
needExchange | int 0 or 1 | 0 |
refundAddressoptional | string | bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh |
refundTagoptional | string |
Response 200
{
"result": true
}
* needExchange: 1 - Değişim oranı seçildiğinde veya sipariş düzeltilirken piyasa oranına göre işlemi devam ettirin. 0 - Ağ ücreti kesilerek iade yapın.
* refundAddress: 0 olan "needExchange" parametresi zorunlu
/exchange-status - Takas Durumu Alın |
---|
Mevcut takasın durumu hakkında bilgi alın. |
https://coincraddle.com/v1/api/exchange-status?key=3r8wzm4c8uo9ep5tk&id=2a8ce4b6-ed5c-4c43-b4bd-ee2a9347fa7a
Parametre
Parametre | Tür | Örnek |
---|---|---|
key | string | 3r8wzm4c8uo9ep5tk |
id | string | 2a8ce4b6-ed5c-4c43-b4bd-ee2a9347fa7a |
Response 200
{
'status' : 'deposit_received',
'from' : 'BTC',
'to' : 'USDT',
'depositAddress' : '1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX',
'depositTag' : '',
'destinationAddress' : '0xDAFEA492D9c6733ae3d56b7Ed1ADB60692c98Bc5',
'destinationTag' : '',
'refundAddress' : 'bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh',
'refundTag' : '',
'expectedAmountFrom' : '0.1',
"expectedAmountTo" : '5443.75908463',
"amountFrom" : '0.1',
"date" : '01.05.2021 10:24:30',
"txId" : null,
"amountTo" : null,
"emergency" : {
"status" : 'EXPIRED'
}
"result" : true
}
Açıklama
Kullanılan durumların listesi: new
- Yeni takas (yatırım bekleniyor) waiting_deposit
- Yatırımın onaylanması deposit_received
- Yatırım alındı exchanging
- Takas sürecinde sending
- Gönderme işlemi sürecinde success
- Takas başarıyla tamamlandı time_expired
- Fonların bekleme süresi doldu payment_time_expired
- Ödeme yapmak için fon bekleme süresi doldu failed
- Takas hatayla tamamlandı sending_failed
- Gönderme işlemi hatayla tamamlandı reverted
- Müşteriye fonları geri verildi
Duraklatılan siparişler için durum listesi: EXPIRED
- Sipariş süresi dolduktan sonra alınan işlem LESS
- Siparişte belirtilen miktardan daha az bir işlem gönderildi
/exchanges-status - Takasların Durumlarını Alın |
---|
Mevcut takasların durumu hakkında bilgi alın. |
https://coincraddle.com/v1/api/exchanges-status?key=3r8wzm4c8uo9ep5tk
Parametre
Parametre | Tür | Örnek |
---|---|---|
key | string | 3r8wzm4c8uo9ep5tk |
Headers Parametre
Parametre | Tür | Örnek |
---|---|---|
ids | array | ['2a8ce4b6-ed5c-4c43-b4bd-ee2a9347fa7a', '3b5sa1n8-ev7c-4c43-b5ud-aa2a9347fa6k', '16257e7f-f9fc-4dbb-8ac7-63d0004b3064'] |
Response 200
{
"0":{
"id":"2a8ce4b6-ed5c-4c43-b4bd-ee2a9347fa7a",
"status":"time_expired",
"from":"ICX",
"to":"BAT",
"depositAddress":"hxd30cf2e9dd32f987d7858d7e964bf173b7429547",
"depositTag":"",
"destinationAddress":"0xc406e35bbcec5dc5c3576f159517bef0edc5ba98",
"destinationTag":"",
"refundAddress":"hx12b11f61c756609593040aa265e6bfb982b6f780",
"refundTag":"",
"expectedAmountFrom":"479",
"expectedAmountTo":"440.26791571754",
"amountFrom":null,
"date":"19.09.2023 19:20:58",
"txId":null,
"amountTo":null
},
"1":{
"id":"3b5sa1n8-ev7c-4c43-b5ud-aa2a9347fa6k",
"status":"time_expired",
"from":"TRX",
"to":"USDTTRC20",
"depositAddress":"TCQLDLUJ6iXaVx5ZYPUitgbsJietQmwXbu",
"depositTag":"",
"destinationAddress":"TLUQNgT28ha3hadx9CEptJeXrG7PeBaTC9",
"destinationTag":"",
"refundAddress":"TLUQNgT28ha3hadx9CEptJfXre7PeBaTC9",
"refundTag":"",
"expectedAmountFrom":"900",
"expectedAmountTo":"71.689076",
"amountFrom":null,
"date":"12.09.2023 15:12:40",
"txId":null,
"amountTo":null
},
"2":{
"id":"16257e7f-f9fc-4dbb-8ac7-63d0004b3064",
"status":"success",
"from":"ICX",
"to":"BAT",
"depositAddress":"hxfb212d7f1d5dba665c306f26d4bbcd83fdd77cf2",
"depositTag":"",
"destinationAddress":"0xc406e35bacec3dc5c3576f159517bef0edc5ba98",
"destinationTag":"",
"refundAddress":"hx12b11f61c756609593240aa265e6bfb982b6f780",
"refundTag":"",
"expectedAmountFrom":"348.884502",
"expectedAmountTo":307.0772074462869,
"amountFrom":"348.86450200",
"date":"13.09.2023 09:13:25",
"txId":"0xf7ab1826c2a186ce596abf67a964716f30efa40c8e07c70d92ac297cc4c94b88",
"amountTo":"306.43493965"
},
"result":true
}
Açıklama
Kullanılan durumların listesi: new
- Yeni takas (yatırım bekleniyor) waiting_deposit
- Yatırımın onaylanması deposit_received
- Yatırım alındı exchanging
- Takas sürecinde sending
- Gönderme işlemi sürecinde success
- Takas başarıyla tamamlandı time_expired
- Fonların bekleme süresi doldu payment_time_expired
- Ödeme yapmak için fon bekleme süresi doldu failed
- Takas hatayla tamamlandı sending_failed
- Gönderme işlemi hatayla tamamlandı reverted
- Müşteriye fonları geri verildi
Duraklatılan siparişler için durum listesi: EXPIRED
- Sipariş süresi dolduktan sonra alınan işlem LESS
- Siparişte belirtilen miktardan daha az bir işlem gönderildi
/exchange-history - Getting a list of all exchanges |
---|
This method allows you to get all information on all exchanges |
https://coincraddle.com/v1/api/exchange-history?key=3r8wzm4c8uo9ep5tk
Parametre
Parametre | Tür | Örnek |
---|---|---|
key | string | 3r8wzm4c8uo9ep5tk |
page | int | 0 |
limit | int | 100 (max: 100) |
Response 200
{
"exchanges":[{
"id":"2a8ce4b6-ed5c-4c43-b4bd-ee2a9347fa7a",
"status":"time_expired",
"from":"ICX",
"to":"BAT",
"depositAddress":"hxd30cf2e9dd32f987d7858d7e964bf173b7429547",
"depositTag":"",
"destinationAddress":"0xc406e35bbcec5dc5c3576f159517bef0edc5ba98",
"destinationTag":"",
"refundAddress":"hx12b11f61c756609593040aa265e6bfb982b6f780",
"refundTag":"",
"expectedAmountFrom":"479",
"expectedAmountTo":"440.26791571754",
"amountFrom":null,
"date":"19.09.2023 19:20:58",
"txId":null,
"amountTo":null
},
{
"id":"3b5sa1n8-ev7c-4c43-b5ud-aa2a9347fa6k",
"status":"time_expired",
"from":"TRX",
"to":"USDTTRC20",
"depositAddress":"TCQLDLUJ6iXaVx5ZYPUitgbsJietQmwXbu",
"depositTag":"",
"destinationAddress":"TLUQNgT28ha3hadx9CEptJeXrG7PeBaTC9",
"destinationTag":"",
"refundAddress":"TLUQNgT28ha3hadx9CEptJfXre7PeBaTC9",
"refundTag":"",
"expectedAmountFrom":"900",
"expectedAmountTo":"71.689076",
"amountFrom":null,
"date":"12.09.2023 15:12:40",
"txId":null,
"amountTo":null
},
{
"id":"16257e7f-f9fc-4dbb-8ac7-63d0004b3064",
"status":"success",
"from":"ICX",
"to":"BAT",
"depositAddress":"hxfb212d7f1d5dba665c306f26d4bbcd83fdd77cf2",
"depositTag":"",
"destinationAddress":"0xc406e35bacec3dc5c3576f159517bef0edc5ba98",
"destinationTag":"",
"refundAddress":"hx12b11f61c756609593240aa265e6bfb982b6f780",
"refundTag":"",
"expectedAmountFrom":"348.884502",
"expectedAmountTo":307.0772074462869,
"amountFrom":"348.86450200",
"date":"13.09.2023 09:13:25",
"txId":"0xf7ab1826c2a186ce596abf67a964716f30efa40c8e07c70d92ac297cc4c94b88",
"amountTo":"306.43493965"
}],
"limit":100,
"page":0,
"result":true
}
Açıklama
Kullanılan durumların listesi: new
- Yeni takas (yatırım bekleniyor) waiting_deposit
- Yatırımın onaylanması deposit_received
- Yatırım alındı exchanging
- Takas sürecinde sending
- Gönderme işlemi sürecinde success
- Takas başarıyla tamamlandı time_expired
- Fonların bekleme süresi doldu payment_time_expired
- Ödeme yapmak için fon bekleme süresi doldu failed
- Takas hatayla tamamlandı sending_failed
- Gönderme işlemi hatayla tamamlandı reverted
- Müşteriye fonları geri verildi
Duraklatılan siparişler için durum listesi: EXPIRED
- Sipariş süresi dolduktan sonra alınan işlem LESS
- Siparişte belirtilen miktardan daha az bir işlem gönderildi
© 2020-2025 coincraddle.com