Introduction
v1.2.0
This documentation aims to provide all the information you need to work with our API.
Base URL
https://coinica.com.tr
Authenticating requests
To authenticate requests, include an Authorization
header with the value "Bearer {YOUR_API_KEY}"
.
All authenticated endpoints are marked with a requires authentication
badge in the documentation below.
You can retrieve your token by visiting your dashboard and clicking Generate API token.
Endpoints
POST api/v1/kyc/hooks
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->post(
'https://coinica.com.tr/api/v1/kyc/hooks',
[
'headers' => [
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/kyc/hooks"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/kyc/hooks'
headers = {
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('POST', url, headers=headers)
response.json()
curl --request POST \
"https://coinica.com.tr/api/v1/kyc/hooks" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Received response:
Request failed with error:
CoinGecko Endpoints
Get pairs information for coingecko
Get a list of all available pairs.
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/coingecko/pairs',
[
'headers' => [
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/coingecko/pairs"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/coingecko/pairs'
headers = {
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/coingecko/pairs" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 200
x-ratelimit-remaining: 189
vary: Origin
[
{
"ticker_id": "BTC-USDT",
"base": "BTC",
"target": "USDT"
},
{
"ticker_id": "ETH-USDT",
"base": "ETH",
"target": "USDT"
},
{
"ticker_id": "ADA-USDT",
"base": "ADA",
"target": "USDT"
},
{
"ticker_id": "DOGE-USDT",
"base": "DOGE",
"target": "USDT"
},
{
"ticker_id": "SOL-USDT",
"base": "SOL",
"target": "USDT"
},
{
"ticker_id": "BNB-USDT",
"base": "BNB",
"target": "USDT"
},
{
"ticker_id": "XRP-USDT",
"base": "XRP",
"target": "USDT"
},
{
"ticker_id": "UMA-USDT",
"base": "UMA",
"target": "USDT"
},
{
"ticker_id": "BTTC-USDT",
"base": "BTTC",
"target": "USDT"
},
{
"ticker_id": "TRX-USDT",
"base": "TRX",
"target": "USDT"
},
{
"ticker_id": "SXP-USDT",
"base": "SXP",
"target": "USDT"
},
{
"ticker_id": "SHIB-USDT",
"base": "SHIB",
"target": "USDT"
},
{
"ticker_id": "SLP-USDT",
"base": "SLP",
"target": "USDT"
},
{
"ticker_id": "DOT-USDT",
"base": "DOT",
"target": "USDT"
},
{
"ticker_id": "RVN-USDT",
"base": "RVN",
"target": "USDT"
},
{
"ticker_id": "HOT-USDT",
"base": "HOT",
"target": "USDT"
},
{
"ticker_id": "LINK-USDT",
"base": "LINK",
"target": "USDT"
},
{
"ticker_id": "GALA-USDT",
"base": "GALA",
"target": "USDT"
},
{
"ticker_id": "SAND-USDT",
"base": "SAND",
"target": "USDT"
},
{
"ticker_id": "FTM-USDT",
"base": "FTM",
"target": "USDT"
},
{
"ticker_id": "ROSE-USDT",
"base": "ROSE",
"target": "USDT"
},
{
"ticker_id": "ENJ-USDT",
"base": "ENJ",
"target": "USDT"
},
{
"ticker_id": "DENT-USDT",
"base": "DENT",
"target": "USDT"
},
{
"ticker_id": "API3-USDT",
"base": "API3",
"target": "USDT"
},
{
"ticker_id": "MBOX-USDT",
"base": "MBOX",
"target": "USDT"
},
{
"ticker_id": "ARPA-USDT",
"base": "ARPA",
"target": "USDT"
},
{
"ticker_id": "ONT-USDT",
"base": "ONT",
"target": "USDT"
},
{
"ticker_id": "ATOM-USDT",
"base": "ATOM",
"target": "USDT"
},
{
"ticker_id": "NEAR-USDT",
"base": "NEAR",
"target": "USDT"
},
{
"ticker_id": "AVAX-USDT",
"base": "AVAX",
"target": "USDT"
},
{
"ticker_id": "CHZ-USDT",
"base": "CHZ",
"target": "USDT"
},
{
"ticker_id": "BEL-USDT",
"base": "BEL",
"target": "USDT"
},
{
"ticker_id": "ADA-TRY",
"base": "ADA",
"target": "TRY"
},
{
"ticker_id": "API3-TRY",
"base": "API3",
"target": "TRY"
},
{
"ticker_id": "ARPA-TRY",
"base": "ARPA",
"target": "TRY"
},
{
"ticker_id": "ATOM-TRY",
"base": "ATOM",
"target": "TRY"
},
{
"ticker_id": "AVAX-TRY",
"base": "AVAX",
"target": "TRY"
},
{
"ticker_id": "BEL-TRY",
"base": "BEL",
"target": "TRY"
},
{
"ticker_id": "BNB-TRY",
"base": "BNB",
"target": "TRY"
},
{
"ticker_id": "AXS-USDT",
"base": "AXS",
"target": "USDT"
},
{
"ticker_id": "AXS-TRY",
"base": "AXS",
"target": "TRY"
},
{
"ticker_id": "BTTC-TRY",
"base": "BTTC",
"target": "TRY"
},
{
"ticker_id": "CHZ-TRY",
"base": "CHZ",
"target": "TRY"
},
{
"ticker_id": "DENT-TRY",
"base": "DENT",
"target": "TRY"
},
{
"ticker_id": "DOGE-TRY",
"base": "DOGE",
"target": "TRY"
},
{
"ticker_id": "DOT-TRY",
"base": "DOT",
"target": "TRY"
},
{
"ticker_id": "ENJ-TRY",
"base": "ENJ",
"target": "TRY"
},
{
"ticker_id": "FTM-TRY",
"base": "FTM",
"target": "TRY"
},
{
"ticker_id": "GALA-TRY",
"base": "GALA",
"target": "TRY"
},
{
"ticker_id": "LINK-TRY",
"base": "LINK",
"target": "TRY"
},
{
"ticker_id": "MBOX-TRY",
"base": "MBOX",
"target": "TRY"
},
{
"ticker_id": "NEAR-TRY",
"base": "NEAR",
"target": "TRY"
},
{
"ticker_id": "ONT-TRY",
"base": "ONT",
"target": "TRY"
},
{
"ticker_id": "ROSE-TRY",
"base": "ROSE",
"target": "TRY"
},
{
"ticker_id": "RVN-TRY",
"base": "RVN",
"target": "TRY"
},
{
"ticker_id": "SAND-TRY",
"base": "SAND",
"target": "TRY"
},
{
"ticker_id": "SHIB-TRY",
"base": "SHIB",
"target": "TRY"
},
{
"ticker_id": "SLP-TRY",
"base": "SLP",
"target": "TRY"
},
{
"ticker_id": "SOL-TRY",
"base": "SOL",
"target": "TRY"
},
{
"ticker_id": "SXP-TRY",
"base": "SXP",
"target": "TRY"
},
{
"ticker_id": "TRX-TRY",
"base": "TRX",
"target": "TRY"
},
{
"ticker_id": "UMA-TRY",
"base": "UMA",
"target": "TRY"
},
{
"ticker_id": "USDT-TRY",
"base": "USDT",
"target": "TRY"
},
{
"ticker_id": "XRP-TRY",
"base": "XRP",
"target": "TRY"
},
{
"ticker_id": "EOS-TRY",
"base": "EOS",
"target": "TRY"
},
{
"ticker_id": "GRT-TRY",
"base": "GRT",
"target": "TRY"
},
{
"ticker_id": "BTC-TRY",
"base": "BTC",
"target": "TRY"
},
{
"ticker_id": "ETH-TRY",
"base": "ETH",
"target": "TRY"
},
{
"ticker_id": "EOS-USDT",
"base": "EOS",
"target": "USDT"
},
{
"ticker_id": "GRT-USDT",
"base": "GRT",
"target": "USDT"
},
{
"ticker_id": "HOT-TRY",
"base": "HOT",
"target": "TRY"
},
{
"ticker_id": "AAVE-USDT",
"base": "AAVE",
"target": "USDT"
},
{
"ticker_id": "ACH-USDT",
"base": "ACH",
"target": "USDT"
},
{
"ticker_id": "USDC-USDT",
"base": "USDC",
"target": "USDT"
},
{
"ticker_id": "APE-USDT",
"base": "APE",
"target": "USDT"
},
{
"ticker_id": "EUR-USDT",
"base": "EUR",
"target": "USDT"
},
{
"ticker_id": "BTC-EUR",
"base": "BTC",
"target": "EUR"
},
{
"ticker_id": "ETH-EUR",
"base": "ETH",
"target": "EUR"
},
{
"ticker_id": "SOL-EUR",
"base": "SOL",
"target": "EUR"
},
{
"ticker_id": "BNB-EUR",
"base": "BNB",
"target": "EUR"
},
{
"ticker_id": "SHIB-EUR",
"base": "SHIB",
"target": "EUR"
},
{
"ticker_id": "ADA-EUR",
"base": "ADA",
"target": "EUR"
},
{
"ticker_id": "AVAX-EUR",
"base": "AVAX",
"target": "EUR"
},
{
"ticker_id": "XRP-EUR",
"base": "XRP",
"target": "EUR"
},
{
"ticker_id": "DOT-EUR",
"base": "DOT",
"target": "EUR"
},
{
"ticker_id": "TRX-EUR",
"base": "TRX",
"target": "EUR"
},
{
"ticker_id": "DOGE-EUR",
"base": "DOGE",
"target": "EUR"
},
{
"ticker_id": "GALA-EUR",
"base": "GALA",
"target": "EUR"
},
{
"ticker_id": "GRT-EUR",
"base": "GRT",
"target": "EUR"
},
{
"ticker_id": "LINK-EUR",
"base": "LINK",
"target": "EUR"
},
{
"ticker_id": "NEAR-EUR",
"base": "NEAR",
"target": "EUR"
},
{
"ticker_id": "ATOM-EUR",
"base": "ATOM",
"target": "EUR"
},
{
"ticker_id": "SPELL-USDT",
"base": "SPELL",
"target": "USDT"
},
{
"ticker_id": "SPELL-TRY",
"base": "SPELL",
"target": "TRY"
},
{
"ticker_id": "LTC-TRY",
"base": "LTC",
"target": "TRY"
},
{
"ticker_id": "UNI-TRY",
"base": "UNI",
"target": "TRY"
},
{
"ticker_id": "BAT-TRY",
"base": "BAT",
"target": "TRY"
},
{
"ticker_id": "ARB-TRY",
"base": "ARB",
"target": "TRY"
},
{
"ticker_id": "QNT-TRY",
"base": "QNT",
"target": "TRY"
},
{
"ticker_id": "MKR-TRY",
"base": "MKR",
"target": "TRY"
},
{
"ticker_id": "AAVE-TRY",
"base": "AAVE",
"target": "TRY"
},
{
"ticker_id": "FLOKI-TRY",
"base": "FLOKI",
"target": "TRY"
},
{
"ticker_id": "EDU-TRY",
"base": "EDU",
"target": "TRY"
},
{
"ticker_id": "FET-TRY",
"base": "FET",
"target": "TRY"
},
{
"ticker_id": "BZET-TRY",
"base": "BZET",
"target": "TRY"
},
{
"ticker_id": "UNP-TRY",
"base": "UNP",
"target": "TRY"
},
{
"ticker_id": "IZMR-TRY",
"base": "IZMR",
"target": "TRY"
},
{
"ticker_id": "AGIX-TRY",
"base": "AGIX",
"target": "TRY"
},
{
"ticker_id": "VATR-TRY",
"base": "VATR",
"target": "TRY"
},
{
"ticker_id": "EVA-TRY",
"base": "EVA",
"target": "TRY"
},
{
"ticker_id": "ISTN-TRY",
"base": "ISTN",
"target": "TRY"
},
{
"ticker_id": "ANKT-TRY",
"base": "ANKT",
"target": "TRY"
},
{
"ticker_id": "AOVA-TRY",
"base": "AOVA",
"target": "TRY"
},
{
"ticker_id": "VENUX-TRY",
"base": "VENUX",
"target": "TRY"
},
{
"ticker_id": "SMPT-TRY",
"base": "SMPT",
"target": "TRY"
},
{
"ticker_id": "TIZA-TRY",
"base": "TIZA",
"target": "TRY"
},
{
"ticker_id": "TAKAS-TRY",
"base": "TAKAS",
"target": "TRY"
},
{
"ticker_id": "FRODIT-TRY",
"base": "FRODIT",
"target": "TRY"
},
{
"ticker_id": "EPIN-TRY",
"base": "EPIN",
"target": "TRY"
},
{
"ticker_id": "PIXEL-TRY",
"base": "PIXEL",
"target": "TRY"
},
{
"ticker_id": "COHE-TRY",
"base": "COHE",
"target": "TRY"
},
{
"ticker_id": "COHEL-TRY",
"base": "COHEL",
"target": "TRY"
},
{
"ticker_id": "NIVO-TRY",
"base": "NIVO",
"target": "TRY"
}
]
Received response:
Request failed with error:
Response
Response Fields
data
object[]
List of all available pairs.
Get tickers information for coingecko
Get a high level overview of the state of the market for a specified active symbols.
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/coingecko/tickers',
[
'headers' => [
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/coingecko/tickers"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/coingecko/tickers'
headers = {
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/coingecko/tickers" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 200
x-ratelimit-remaining: 188
vary: Origin
[
{
"ticker_id": "BTC-USDT",
"base_currency": "BTC",
"target_currency": "USDT",
"last_price": "0.00",
"base_volume": "0.00000",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "ETH-USDT",
"base_currency": "ETH",
"target_currency": "USDT",
"last_price": "0.00",
"base_volume": "0.0000",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "ADA-USDT",
"base_currency": "ADA",
"target_currency": "USDT",
"last_price": "0.000",
"base_volume": "0.0000",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "DOGE-USDT",
"base_currency": "DOGE",
"target_currency": "USDT",
"last_price": "0.00000",
"base_volume": "0",
"target_volume": "0.00000",
"high": "0.00000",
"low": "0.00000"
},
{
"ticker_id": "SOL-USDT",
"base_currency": "SOL",
"target_currency": "USDT",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "BNB-USDT",
"base_currency": "BNB",
"target_currency": "USDT",
"last_price": "0.0",
"base_volume": "0.000",
"target_volume": "0.0",
"high": "0.0",
"low": "0.0"
},
{
"ticker_id": "XRP-USDT",
"base_currency": "XRP",
"target_currency": "USDT",
"last_price": "0.000",
"base_volume": "0.0000",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "UMA-USDT",
"base_currency": "UMA",
"target_currency": "USDT",
"last_price": "0.000",
"base_volume": "0.0",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "BTTC-USDT",
"base_currency": "BTTC",
"target_currency": "USDT",
"last_price": "0.00000000",
"base_volume": "0",
"target_volume": "0.00000000",
"high": "0.00000000",
"low": "0.00000000"
},
{
"ticker_id": "TRX-USDT",
"base_currency": "TRX",
"target_currency": "USDT",
"last_price": "0.00000",
"base_volume": "0.0",
"target_volume": "0.00000",
"high": "0.00000",
"low": "0.00000"
},
{
"ticker_id": "SXP-USDT",
"base_currency": "SXP",
"target_currency": "USDT",
"last_price": "0.000",
"base_volume": "0.0",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "SHIB-USDT",
"base_currency": "SHIB",
"target_currency": "USDT",
"last_price": "0.00000000",
"base_volume": "0",
"target_volume": "0.00000000",
"high": "0.00000000",
"low": "0.00000000"
},
{
"ticker_id": "SLP-USDT",
"base_currency": "SLP",
"target_currency": "USDT",
"last_price": "0.0000",
"base_volume": "0",
"target_volume": "0.0000",
"high": "0.0000",
"low": "0.0000"
},
{
"ticker_id": "DOT-USDT",
"base_currency": "DOT",
"target_currency": "USDT",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "RVN-USDT",
"base_currency": "RVN",
"target_currency": "USDT",
"last_price": "0.00000",
"base_volume": "0.0",
"target_volume": "0.00000",
"high": "0.00000",
"low": "0.00000"
},
{
"ticker_id": "HOT-USDT",
"base_currency": "HOT",
"target_currency": "USDT",
"last_price": "0.000000",
"base_volume": "0",
"target_volume": "0.000000",
"high": "0.000000",
"low": "0.000000"
},
{
"ticker_id": "LINK-USDT",
"base_currency": "LINK",
"target_currency": "USDT",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "GALA-USDT",
"base_currency": "GALA",
"target_currency": "USDT",
"last_price": "0.00000",
"base_volume": "0",
"target_volume": "0.00000",
"high": "0.00000",
"low": "0.00000"
},
{
"ticker_id": "SAND-USDT",
"base_currency": "SAND",
"target_currency": "USDT",
"last_price": "0.0000",
"base_volume": "0",
"target_volume": "0.0000",
"high": "0.0000",
"low": "0.0000"
},
{
"ticker_id": "FTM-USDT",
"base_currency": "FTM",
"target_currency": "USDT",
"last_price": "0.0000",
"base_volume": "0",
"target_volume": "0.0000",
"high": "0.0000",
"low": "0.0000"
},
{
"ticker_id": "ROSE-USDT",
"base_currency": "ROSE",
"target_currency": "USDT",
"last_price": "0.00000",
"base_volume": "0.0",
"target_volume": "0.00000",
"high": "0.00000",
"low": "0.00000"
},
{
"ticker_id": "ENJ-USDT",
"base_currency": "ENJ",
"target_currency": "USDT",
"last_price": "0.000",
"base_volume": "0.0",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "DENT-USDT",
"base_currency": "DENT",
"target_currency": "USDT",
"last_price": "0.000000",
"base_volume": "0",
"target_volume": "0.000000",
"high": "0.000000",
"low": "0.000000"
},
{
"ticker_id": "API3-USDT",
"base_currency": "API3",
"target_currency": "USDT",
"last_price": "0.00",
"base_volume": "0.000",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "MBOX-USDT",
"base_currency": "MBOX",
"target_currency": "USDT",
"last_price": "0.0",
"base_volume": "0.000",
"target_volume": "0.0",
"high": "0.0",
"low": "0.0"
},
{
"ticker_id": "ARPA-USDT",
"base_currency": "ARPA",
"target_currency": "USDT",
"last_price": "0.00000",
"base_volume": "0.0",
"target_volume": "0.00000",
"high": "0.00000",
"low": "0.00000"
},
{
"ticker_id": "ONT-USDT",
"base_currency": "ONT",
"target_currency": "USDT",
"last_price": "0.0000",
"base_volume": "0",
"target_volume": "0.0000",
"high": "0.0000",
"low": "0.0000"
},
{
"ticker_id": "ATOM-USDT",
"base_currency": "ATOM",
"target_currency": "USDT",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "NEAR-USDT",
"base_currency": "NEAR",
"target_currency": "USDT",
"last_price": "0.000",
"base_volume": "0.000",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "AVAX-USDT",
"base_currency": "AVAX",
"target_currency": "USDT",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "CHZ-USDT",
"base_currency": "CHZ",
"target_currency": "USDT",
"last_price": "0.0000",
"base_volume": "0",
"target_volume": "0.0000",
"high": "0.0000",
"low": "0.0000"
},
{
"ticker_id": "BEL-USDT",
"base_currency": "BEL",
"target_currency": "USDT",
"last_price": "0.0",
"base_volume": "0.000",
"target_volume": "0.0",
"high": "0.0",
"low": "0.0"
},
{
"ticker_id": "ADA-TRY",
"base_currency": "ADA",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.0",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "API3-TRY",
"base_currency": "API3",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "ARPA-TRY",
"base_currency": "ARPA",
"target_currency": "TRY",
"last_price": "0.0000",
"base_volume": "0",
"target_volume": "0.0000",
"high": "0.0000",
"low": "0.0000"
},
{
"ticker_id": "ATOM-TRY",
"base_currency": "ATOM",
"target_currency": "TRY",
"last_price": "0.0",
"base_volume": "0.000",
"target_volume": "0.0",
"high": "0.0",
"low": "0.0"
},
{
"ticker_id": "AVAX-TRY",
"base_currency": "AVAX",
"target_currency": "TRY",
"last_price": "0.0",
"base_volume": "0.00",
"target_volume": "0.0",
"high": "0.0",
"low": "0.0"
},
{
"ticker_id": "BEL-TRY",
"base_currency": "BEL",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "BNB-TRY",
"base_currency": "BNB",
"target_currency": "TRY",
"last_price": "0",
"base_volume": "0.000",
"target_volume": "0",
"high": "0",
"low": "0"
},
{
"ticker_id": "AXS-USDT",
"base_currency": "AXS",
"target_currency": "USDT",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "AXS-TRY",
"base_currency": "AXS",
"target_currency": "TRY",
"last_price": "0.0",
"base_volume": "0.000",
"target_volume": "0.0",
"high": "0.0",
"low": "0.0"
},
{
"ticker_id": "BTTC-TRY",
"base_currency": "BTTC",
"target_currency": "TRY",
"last_price": "0.00000000",
"base_volume": "0.0",
"target_volume": "0.00000000",
"high": "0.00000000",
"low": "0.00000000"
},
{
"ticker_id": "CHZ-TRY",
"base_currency": "CHZ",
"target_currency": "TRY",
"last_price": "0.000",
"base_volume": "0",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "DENT-TRY",
"base_currency": "DENT",
"target_currency": "TRY",
"last_price": "0.00000",
"base_volume": "0",
"target_volume": "0.00000",
"high": "0.00000",
"low": "0.00000"
},
{
"ticker_id": "DOGE-TRY",
"base_currency": "DOGE",
"target_currency": "TRY",
"last_price": "0.000",
"base_volume": "0",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "DOT-TRY",
"base_currency": "DOT",
"target_currency": "TRY",
"last_price": "0.0",
"base_volume": "0.00",
"target_volume": "0.0",
"high": "0.0",
"low": "0.0"
},
{
"ticker_id": "ENJ-TRY",
"base_currency": "ENJ",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "FTM-TRY",
"base_currency": "FTM",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "GALA-TRY",
"base_currency": "GALA",
"target_currency": "TRY",
"last_price": "0.000",
"base_volume": "0.0",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "LINK-TRY",
"base_currency": "LINK",
"target_currency": "TRY",
"last_price": "0.0",
"base_volume": "0.00",
"target_volume": "0.0",
"high": "0.0",
"low": "0.0"
},
{
"ticker_id": "MBOX-TRY",
"base_currency": "MBOX",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "NEAR-TRY",
"base_currency": "NEAR",
"target_currency": "TRY",
"last_price": "0.0",
"base_volume": "0.000",
"target_volume": "0.0",
"high": "0.0",
"low": "0.0"
},
{
"ticker_id": "ONT-TRY",
"base_currency": "ONT",
"target_currency": "TRY",
"last_price": "0.000",
"base_volume": "0",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "ROSE-TRY",
"base_currency": "ROSE",
"target_currency": "TRY",
"last_price": "0.000",
"base_volume": "0.0",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "RVN-TRY",
"base_currency": "RVN",
"target_currency": "TRY",
"last_price": "0.0000",
"base_volume": "0.00",
"target_volume": "0.0000",
"high": "0.0000",
"low": "0.0000"
},
{
"ticker_id": "SAND-TRY",
"base_currency": "SAND",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.0",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "SHIB-TRY",
"base_currency": "SHIB",
"target_currency": "TRY",
"last_price": "0.00000000",
"base_volume": "0",
"target_volume": "0.00000000",
"high": "0.00000000",
"low": "0.00000000"
},
{
"ticker_id": "SLP-TRY",
"base_currency": "SLP",
"target_currency": "TRY",
"last_price": "0.0000",
"base_volume": "0",
"target_volume": "0.0000",
"high": "0.0000",
"low": "0.0000"
},
{
"ticker_id": "SOL-TRY",
"base_currency": "SOL",
"target_currency": "TRY",
"last_price": "0.0",
"base_volume": "0.00",
"target_volume": "0.0",
"high": "0.0",
"low": "0.0"
},
{
"ticker_id": "SXP-TRY",
"base_currency": "SXP",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.0",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "TRX-TRY",
"base_currency": "TRX",
"target_currency": "TRY",
"last_price": "0.0000",
"base_volume": "0.000",
"target_volume": "0.0000",
"high": "0.0000",
"low": "0.0000"
},
{
"ticker_id": "UMA-TRY",
"base_currency": "UMA",
"target_currency": "TRY",
"last_price": "0.0",
"base_volume": "0.00",
"target_volume": "0.0",
"high": "0.0",
"low": "0.0"
},
{
"ticker_id": "USDT-TRY",
"base_currency": "USDT",
"target_currency": "TRY",
"last_price": "0.000",
"base_volume": "0",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "XRP-TRY",
"base_currency": "XRP",
"target_currency": "TRY",
"last_price": "0.000",
"base_volume": "0",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "EOS-TRY",
"base_currency": "EOS",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.0",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "GRT-TRY",
"base_currency": "GRT",
"target_currency": "TRY",
"last_price": "0.000",
"base_volume": "0",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "BTC-TRY",
"base_currency": "BTC",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.00000",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "ETH-TRY",
"base_currency": "ETH",
"target_currency": "TRY",
"last_price": "0",
"base_volume": "0.0000",
"target_volume": "0",
"high": "0",
"low": "0"
},
{
"ticker_id": "EOS-USDT",
"base_currency": "EOS",
"target_currency": "USDT",
"last_price": "0.000",
"base_volume": "0.0",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "GRT-USDT",
"base_currency": "GRT",
"target_currency": "USDT",
"last_price": "0.0000",
"base_volume": "0",
"target_volume": "0.0000",
"high": "0.0000",
"low": "0.0000"
},
{
"ticker_id": "HOT-TRY",
"base_currency": "HOT",
"target_currency": "TRY",
"last_price": "0.00000",
"base_volume": "0",
"target_volume": "0.00000",
"high": "0.00000",
"low": "0.00000"
},
{
"ticker_id": "AAVE-USDT",
"base_currency": "AAVE",
"target_currency": "USDT",
"last_price": "0.0",
"base_volume": "0.000",
"target_volume": "0.0",
"high": "0.0",
"low": "0.0"
},
{
"ticker_id": "ACH-USDT",
"base_currency": "ACH",
"target_currency": "USDT",
"last_price": "0.00000",
"base_volume": "0",
"target_volume": "0.00000",
"high": "0.00000",
"low": "0.00000"
},
{
"ticker_id": "USDC-USDT",
"base_currency": "USDC",
"target_currency": "USDT",
"last_price": "0.0000",
"base_volume": "0",
"target_volume": "0.0000",
"high": "0.0000",
"low": "0.0000"
},
{
"ticker_id": "APE-USDT",
"base_currency": "APE",
"target_currency": "USDT",
"last_price": "0.0000",
"base_volume": "0.00",
"target_volume": "0.0000",
"high": "0.0000",
"low": "0.0000"
},
{
"ticker_id": "EUR-USDT",
"base_currency": "EUR",
"target_currency": "USDT",
"last_price": "0.000",
"base_volume": "0.0",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "BTC-EUR",
"base_currency": "BTC",
"target_currency": "EUR",
"last_price": "0.00",
"base_volume": "0.00000",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "ETH-EUR",
"base_currency": "ETH",
"target_currency": "EUR",
"last_price": "0.00",
"base_volume": "0.0000",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "SOL-EUR",
"base_currency": "SOL",
"target_currency": "EUR",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "BNB-EUR",
"base_currency": "BNB",
"target_currency": "EUR",
"last_price": "0.0",
"base_volume": "0.000",
"target_volume": "0.0",
"high": "0.0",
"low": "0.0"
},
{
"ticker_id": "SHIB-EUR",
"base_currency": "SHIB",
"target_currency": "EUR",
"last_price": "0.00000000",
"base_volume": "0",
"target_volume": "0.00000000",
"high": "0.00000000",
"low": "0.00000000"
},
{
"ticker_id": "ADA-EUR",
"base_currency": "ADA",
"target_currency": "EUR",
"last_price": "0.000",
"base_volume": "0.0",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "AVAX-EUR",
"base_currency": "AVAX",
"target_currency": "EUR",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "XRP-EUR",
"base_currency": "XRP",
"target_currency": "EUR",
"last_price": "0.0000",
"base_volume": "0",
"target_volume": "0.0000",
"high": "0.0000",
"low": "0.0000"
},
{
"ticker_id": "DOT-EUR",
"base_currency": "DOT",
"target_currency": "EUR",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "TRX-EUR",
"base_currency": "TRX",
"target_currency": "EUR",
"last_price": "0.00000",
"base_volume": "0",
"target_volume": "0.00000",
"high": "0.00000",
"low": "0.00000"
},
{
"ticker_id": "DOGE-EUR",
"base_currency": "DOGE",
"target_currency": "EUR",
"last_price": "0.0000",
"base_volume": "0",
"target_volume": "0.0000",
"high": "0.0000",
"low": "0.0000"
},
{
"ticker_id": "GALA-EUR",
"base_currency": "GALA",
"target_currency": "EUR",
"last_price": "0.00000",
"base_volume": "0",
"target_volume": "0.00000",
"high": "0.00000",
"low": "0.00000"
},
{
"ticker_id": "GRT-EUR",
"base_currency": "GRT",
"target_currency": "EUR",
"last_price": "0.0000",
"base_volume": "0",
"target_volume": "0.0000",
"high": "0.0000",
"low": "0.0000"
},
{
"ticker_id": "LINK-EUR",
"base_currency": "LINK",
"target_currency": "EUR",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "NEAR-EUR",
"base_currency": "NEAR",
"target_currency": "EUR",
"last_price": "0.000",
"base_volume": "0.0",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "ATOM-EUR",
"base_currency": "ATOM",
"target_currency": "EUR",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "SPELL-USDT",
"base_currency": "SPELL",
"target_currency": "USDT",
"last_price": "0.00000",
"base_volume": "0",
"target_volume": "0.00000",
"high": "0.00000",
"low": "0.00000"
},
{
"ticker_id": "SPELL-TRY",
"base_currency": "SPELL",
"target_currency": "TRY",
"last_price": "0.00000",
"base_volume": "0",
"target_volume": "0.00000",
"high": "0.00000",
"low": "0.00000"
},
{
"ticker_id": "LTC-TRY",
"base_currency": "LTC",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.000",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "UNI-TRY",
"base_currency": "UNI",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.000",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "BAT-TRY",
"base_currency": "BAT",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "ARB-TRY",
"base_currency": "ARB",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.000",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "QNT-TRY",
"base_currency": "QNT",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.000",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "MKR-TRY",
"base_currency": "MKR",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.000",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "AAVE-TRY",
"base_currency": "AAVE",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.000",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "FLOKI-TRY",
"base_currency": "FLOKI",
"target_currency": "TRY",
"last_price": "0.000000",
"base_volume": "0",
"target_volume": "0.000000",
"high": "0.000000",
"low": "0.000000"
},
{
"ticker_id": "EDU-TRY",
"base_currency": "EDU",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "FET-TRY",
"base_currency": "FET",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "BZET-TRY",
"base_currency": "BZET",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "UNP-TRY",
"base_currency": "UNP",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "IZMR-TRY",
"base_currency": "IZMR",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "AGIX-TRY",
"base_currency": "AGIX",
"target_currency": "TRY",
"last_price": "0.0000",
"base_volume": "0.00",
"target_volume": "0.0000",
"high": "0.0000",
"low": "0.0000"
},
{
"ticker_id": "VATR-TRY",
"base_currency": "VATR",
"target_currency": "TRY",
"last_price": "0.0000",
"base_volume": "0",
"target_volume": "0.0000",
"high": "0.0000",
"low": "0.0000"
},
{
"ticker_id": "EVA-TRY",
"base_currency": "EVA",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "ISTN-TRY",
"base_currency": "ISTN",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "ANKT-TRY",
"base_currency": "ANKT",
"target_currency": "TRY",
"last_price": "0.00000",
"base_volume": "0.000",
"target_volume": "0.00000",
"high": "0.00000",
"low": "0.00000"
},
{
"ticker_id": "AOVA-TRY",
"base_currency": "AOVA",
"target_currency": "TRY",
"last_price": "0.00000",
"base_volume": "0.00000",
"target_volume": "0.00000",
"high": "0.00000",
"low": "0.00000"
},
{
"ticker_id": "VENUX-TRY",
"base_currency": "VENUX",
"target_currency": "TRY",
"last_price": "0.0000",
"base_volume": "0.00",
"target_volume": "0.0000",
"high": "0.0000",
"low": "0.0000"
},
{
"ticker_id": "SMPT-TRY",
"base_currency": "SMPT",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "TIZA-TRY",
"base_currency": "TIZA",
"target_currency": "TRY",
"last_price": "0.00000",
"base_volume": "0.00",
"target_volume": "0.00000",
"high": "0.00000",
"low": "0.00000"
},
{
"ticker_id": "TAKAS-TRY",
"base_currency": "TAKAS",
"target_currency": "TRY",
"last_price": "0.000",
"base_volume": "0.00",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "FRODIT-TRY",
"base_currency": "FRODIT",
"target_currency": "TRY",
"last_price": "0.000",
"base_volume": "0.00",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "EPIN-TRY",
"base_currency": "EPIN",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
},
{
"ticker_id": "PIXEL-TRY",
"base_currency": "PIXEL",
"target_currency": "TRY",
"last_price": "0.000",
"base_volume": "0.00",
"target_volume": "0.000",
"high": "0.000",
"low": "0.000"
},
{
"ticker_id": "COHE-TRY",
"base_currency": "COHE",
"target_currency": "TRY",
"last_price": "0.00000",
"base_volume": "0.000",
"target_volume": "0.00000",
"high": "0.00000",
"low": "0.00000"
},
{
"ticker_id": "COHEL-TRY",
"base_currency": "COHEL",
"target_currency": "TRY",
"last_price": "0.00000",
"base_volume": "0.0",
"target_volume": "0.00000",
"high": "0.00000",
"low": "0.00000"
},
{
"ticker_id": "NIVO-TRY",
"base_currency": "NIVO",
"target_currency": "TRY",
"last_price": "0.00",
"base_volume": "0.00",
"target_volume": "0.00",
"high": "0.00",
"low": "0.00"
}
]
Received response:
Request failed with error:
Response
Response Fields
data
object[]
High level overview of the state of the market for a specified active symbols
Get order book depth information for coingecko
Get order book depth details.
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/coingecko/orderbook',
[
'headers' => [
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
'json' => [
'ticker_id' => 'USDT-TRY',
'limit' => '5',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/coingecko/orderbook"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"ticker_id": "USDT-TRY",
"limit": "5"
};
fetch(url, {
method: "GET",
headers,
body: JSON.stringify(body),
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/coingecko/orderbook'
payload = {
"ticker_id": "USDT-TRY",
"limit": "5"
}
headers = {
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers, json=payload)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/coingecko/orderbook" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"ticker_id\": \"USDT-TRY\",
\"limit\": \"5\"
}"
Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 200
x-ratelimit-remaining: 187
vary: Origin
{
"ticker_id": "USDT-TRY",
"timestamp": 1738778331,
"bids": [
[
"35.980",
"1027"
],
[
"35.970",
"729"
],
[
"35.960",
"911"
],
[
"35.950",
"1115"
],
[
"35.940",
"289"
]
],
"asks": [
[
"35.990",
"37069"
],
[
"36.000",
"20821"
],
[
"36.010",
"9855"
],
[
"36.020",
"6395"
],
[
"36.030",
"5349"
]
]
}
Received response:
Request failed with error:
Response
Response Fields
data
Order book information with at least 50 (50 for each side) depth for given ticker
Get historical trades information for coingecko
Get historical trades data.
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/coingecko/historical_trades',
[
'headers' => [
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
'json' => [
'ticker_id' => 'USDT-TRY',
'limit' => '10',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/coingecko/historical_trades"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"ticker_id": "USDT-TRY",
"limit": "10"
};
fetch(url, {
method: "GET",
headers,
body: JSON.stringify(body),
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/coingecko/historical_trades'
payload = {
"ticker_id": "USDT-TRY",
"limit": "10"
}
headers = {
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers, json=payload)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/coingecko/historical_trades" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"ticker_id\": \"USDT-TRY\",
\"limit\": \"10\"
}"
Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 200
x-ratelimit-remaining: 186
vary: Origin
{
"buys": [
{
"trade_id": 276742724,
"price": "35.980",
"base_volume": "100",
"target_volume": "3598.00000000",
"trade_timestamp": 1738778329997,
"type": "buy"
},
{
"trade_id": 276742726,
"price": "35.980",
"base_volume": "2",
"target_volume": "71.96000000",
"trade_timestamp": 1738778331001,
"type": "buy"
}
],
"sells": [
{
"trade_id": 276742722,
"price": "35.990",
"base_volume": "87",
"target_volume": "3131.13000000",
"trade_timestamp": 1738778329855,
"type": "sell"
},
{
"trade_id": 276742723,
"price": "35.990",
"base_volume": "1",
"target_volume": "35.99000000",
"trade_timestamp": 1738778329858,
"type": "sell"
},
{
"trade_id": 276742725,
"price": "35.990",
"base_volume": "4",
"target_volume": "143.96000000",
"trade_timestamp": 1738778330411,
"type": "sell"
},
{
"trade_id": 276742727,
"price": "35.990",
"base_volume": "4",
"target_volume": "143.96000000",
"trade_timestamp": 1738778331006,
"type": "sell"
},
{
"trade_id": 276742728,
"price": "35.990",
"base_volume": "87",
"target_volume": "3131.13000000",
"trade_timestamp": 1738778331229,
"type": "sell"
},
{
"trade_id": 276742729,
"price": "35.990",
"base_volume": "87",
"target_volume": "3131.13000000",
"trade_timestamp": 1738778331249,
"type": "sell"
},
{
"trade_id": 276742730,
"price": "35.990",
"base_volume": "87",
"target_volume": "3131.13000000",
"trade_timestamp": 1738778331254,
"type": "sell"
},
{
"trade_id": 276742731,
"price": "35.990",
"base_volume": "87",
"target_volume": "3131.13000000",
"trade_timestamp": 1738778331499,
"type": "sell"
}
]
}
Received response:
Request failed with error:
Response
Response Fields
data
Historical trades data with at least 10 for given ticker
Coinex Endpoints
Start on-ramp process
requires authentication
This endpoint will be used to start the on-ramp process.
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->post(
'https://coinica.com.tr/api/v1/coinex/on-ramp',
[
'headers' => [
'Authorization' => 'Bearer {YOUR_API_KEY}',
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
'json' => [
'user_email' => '[email protected]',
'user_wallet_address' => 'TV6MuMXfmLbBqPZvBHdwFsDnQeVfnmiuSi',
'convert_amount' => 2000,
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/coinex/on-ramp"
);
const headers = {
"Authorization": "Bearer {YOUR_API_KEY}",
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"user_email": "[email protected]",
"user_wallet_address": "TV6MuMXfmLbBqPZvBHdwFsDnQeVfnmiuSi",
"convert_amount": 2000
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/coinex/on-ramp'
payload = {
"user_email": "[email protected]",
"user_wallet_address": "TV6MuMXfmLbBqPZvBHdwFsDnQeVfnmiuSi",
"convert_amount": 2000
}
headers = {
'Authorization': 'Bearer {YOUR_API_KEY}',
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('POST', url, headers=headers, json=payload)
response.json()
curl --request POST \
"https://coinica.com.tr/api/v1/coinex/on-ramp" \
--header "Authorization: Bearer {YOUR_API_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"user_email\": \"[email protected]\",
\"user_wallet_address\": \"TV6MuMXfmLbBqPZvBHdwFsDnQeVfnmiuSi\",
\"convert_amount\": 2000
}"
Example response (200):
{
"process_id": "8369ee3f-6f3b-4af9-b884-66fbdfc2695d",
"user_email": "[email protected]",
"user_wallet_address": "TV6MuMXfmLbBqPZvBHdwFsDnQeVfnmiuSi",
"convert_amount": 2000,
"type": "on-ramp",
"status": "processing",
"redirect_url": "https://coinica.com.tr/coinex/on-ramp/8369ee3f-6f3b-4af9-b884-66fbdfc2695d"
}
Received response:
Request failed with error:
Response
Response Fields
process_id
string
Unique process id generated by Coinica
user_email
string
The e-mail address the user used when registering with Coinex
user_wallet_address
string
The wallet address given to the user by Coinex. This address is the address where the crypto will be transferred as a result of the successful completion of the transaction.
convert_amount
integer
TRY amount to be converted to crypto
type
string
Type of started process
status
string
Status of process
redirect_url
string
Redirect url for redirecting user to Coinica
Start off-ramp process
requires authentication
This endpoint will be used to start the off-ramp process.
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->post(
'https://coinica.com.tr/api/v1/coinex/off-ramp',
[
'headers' => [
'Authorization' => 'Bearer {YOUR_API_KEY}',
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
'json' => [
'user_email' => '[email protected]',
'convert_amount' => 1800,
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/coinex/off-ramp"
);
const headers = {
"Authorization": "Bearer {YOUR_API_KEY}",
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"user_email": "[email protected]",
"convert_amount": 1800
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/coinex/off-ramp'
payload = {
"user_email": "[email protected]",
"convert_amount": 1800
}
headers = {
'Authorization': 'Bearer {YOUR_API_KEY}',
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('POST', url, headers=headers, json=payload)
response.json()
curl --request POST \
"https://coinica.com.tr/api/v1/coinex/off-ramp" \
--header "Authorization: Bearer {YOUR_API_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"user_email\": \"[email protected]\",
\"convert_amount\": 1800
}"
Example response (200):
{
"process_id": "2a6d6709-bbd7-4746-9685-e42c07f19120",
"user_email": "[email protected]",
"convert_amount": 1800,
"type": "off-ramp",
"status": "processing",
"redirect_url": "https://coinica.com.tr/coinex/off-ramp/2a6d6709-bbd7-4746-9685-e42c07f19120"
}
Received response:
Request failed with error:
Response
Response Fields
process_id
string
Unique process id generated by Coinica
user_email
string
The e-mail address the user used when registering with Coinex
convert_amount
integer
TRY amount to be converted to crypto
type
string
Type of started process
status
string
Status of process
redirect_url
string
Redirect url for redirecting user to Coinica
Nomics Endpoints
Get exchange information for nomics
Get exchange information.
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/nomics/info',
[
'headers' => [
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/nomics/info"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/nomics/info'
headers = {
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/nomics/info" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Example response (500):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 200
x-ratelimit-remaining: 192
vary: Origin
{
"message": "Server Error"
}
Received response:
Request failed with error:
Response
Response Fields
data
object
exchange information
Get ticker information for nomics
Get a high level overview of the state of the market for a specified active symbols.
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/nomics/ticker',
[
'headers' => [
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/nomics/ticker"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/nomics/ticker'
headers = {
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/nomics/ticker" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 200
x-ratelimit-remaining: 191
vary: Origin
[
{
"market": "BTC-USDT",
"base": "BTC",
"quote": "USDT",
"price_quote": "0.00",
"volume_base": "0.00000"
},
{
"market": "ETH-USDT",
"base": "ETH",
"quote": "USDT",
"price_quote": "0.00",
"volume_base": "0.0000"
},
{
"market": "ADA-USDT",
"base": "ADA",
"quote": "USDT",
"price_quote": "0.000",
"volume_base": "0.0000"
},
{
"market": "DOGE-USDT",
"base": "DOGE",
"quote": "USDT",
"price_quote": "0.00000",
"volume_base": "0"
},
{
"market": "SOL-USDT",
"base": "SOL",
"quote": "USDT",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "BNB-USDT",
"base": "BNB",
"quote": "USDT",
"price_quote": "0.0",
"volume_base": "0.000"
},
{
"market": "XRP-USDT",
"base": "XRP",
"quote": "USDT",
"price_quote": "0.000",
"volume_base": "0.0000"
},
{
"market": "UMA-USDT",
"base": "UMA",
"quote": "USDT",
"price_quote": "0.000",
"volume_base": "0.0"
},
{
"market": "BTTC-USDT",
"base": "BTTC",
"quote": "USDT",
"price_quote": "0.00000000",
"volume_base": "0"
},
{
"market": "TRX-USDT",
"base": "TRX",
"quote": "USDT",
"price_quote": "0.00000",
"volume_base": "0.0"
},
{
"market": "SXP-USDT",
"base": "SXP",
"quote": "USDT",
"price_quote": "0.000",
"volume_base": "0.0"
},
{
"market": "SHIB-USDT",
"base": "SHIB",
"quote": "USDT",
"price_quote": "0.00000000",
"volume_base": "0"
},
{
"market": "SLP-USDT",
"base": "SLP",
"quote": "USDT",
"price_quote": "0.0000",
"volume_base": "0"
},
{
"market": "DOT-USDT",
"base": "DOT",
"quote": "USDT",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "RVN-USDT",
"base": "RVN",
"quote": "USDT",
"price_quote": "0.00000",
"volume_base": "0.0"
},
{
"market": "HOT-USDT",
"base": "HOT",
"quote": "USDT",
"price_quote": "0.000000",
"volume_base": "0"
},
{
"market": "LINK-USDT",
"base": "LINK",
"quote": "USDT",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "GALA-USDT",
"base": "GALA",
"quote": "USDT",
"price_quote": "0.00000",
"volume_base": "0"
},
{
"market": "SAND-USDT",
"base": "SAND",
"quote": "USDT",
"price_quote": "0.0000",
"volume_base": "0"
},
{
"market": "FTM-USDT",
"base": "FTM",
"quote": "USDT",
"price_quote": "0.0000",
"volume_base": "0"
},
{
"market": "ROSE-USDT",
"base": "ROSE",
"quote": "USDT",
"price_quote": "0.00000",
"volume_base": "0.0"
},
{
"market": "ENJ-USDT",
"base": "ENJ",
"quote": "USDT",
"price_quote": "0.000",
"volume_base": "0.0"
},
{
"market": "DENT-USDT",
"base": "DENT",
"quote": "USDT",
"price_quote": "0.000000",
"volume_base": "0"
},
{
"market": "API3-USDT",
"base": "API3",
"quote": "USDT",
"price_quote": "0.00",
"volume_base": "0.000"
},
{
"market": "MBOX-USDT",
"base": "MBOX",
"quote": "USDT",
"price_quote": "0.0",
"volume_base": "0.000"
},
{
"market": "ARPA-USDT",
"base": "ARPA",
"quote": "USDT",
"price_quote": "0.00000",
"volume_base": "0.0"
},
{
"market": "ONT-USDT",
"base": "ONT",
"quote": "USDT",
"price_quote": "0.0000",
"volume_base": "0"
},
{
"market": "ATOM-USDT",
"base": "ATOM",
"quote": "USDT",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "NEAR-USDT",
"base": "NEAR",
"quote": "USDT",
"price_quote": "0.000",
"volume_base": "0.000"
},
{
"market": "AVAX-USDT",
"base": "AVAX",
"quote": "USDT",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "CHZ-USDT",
"base": "CHZ",
"quote": "USDT",
"price_quote": "0.0000",
"volume_base": "0"
},
{
"market": "BEL-USDT",
"base": "BEL",
"quote": "USDT",
"price_quote": "0.0",
"volume_base": "0.000"
},
{
"market": "ADA-TRY",
"base": "ADA",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.0"
},
{
"market": "API3-TRY",
"base": "API3",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "ARPA-TRY",
"base": "ARPA",
"quote": "TRY",
"price_quote": "0.0000",
"volume_base": "0"
},
{
"market": "ATOM-TRY",
"base": "ATOM",
"quote": "TRY",
"price_quote": "0.0",
"volume_base": "0.000"
},
{
"market": "AVAX-TRY",
"base": "AVAX",
"quote": "TRY",
"price_quote": "0.0",
"volume_base": "0.00"
},
{
"market": "BEL-TRY",
"base": "BEL",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "BNB-TRY",
"base": "BNB",
"quote": "TRY",
"price_quote": "0",
"volume_base": "0.000"
},
{
"market": "AXS-USDT",
"base": "AXS",
"quote": "USDT",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "AXS-TRY",
"base": "AXS",
"quote": "TRY",
"price_quote": "0.0",
"volume_base": "0.000"
},
{
"market": "BTTC-TRY",
"base": "BTTC",
"quote": "TRY",
"price_quote": "0.00000000",
"volume_base": "0.0"
},
{
"market": "CHZ-TRY",
"base": "CHZ",
"quote": "TRY",
"price_quote": "0.000",
"volume_base": "0"
},
{
"market": "DENT-TRY",
"base": "DENT",
"quote": "TRY",
"price_quote": "0.00000",
"volume_base": "0"
},
{
"market": "DOGE-TRY",
"base": "DOGE",
"quote": "TRY",
"price_quote": "0.000",
"volume_base": "0"
},
{
"market": "DOT-TRY",
"base": "DOT",
"quote": "TRY",
"price_quote": "0.0",
"volume_base": "0.00"
},
{
"market": "ENJ-TRY",
"base": "ENJ",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "FTM-TRY",
"base": "FTM",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "GALA-TRY",
"base": "GALA",
"quote": "TRY",
"price_quote": "0.000",
"volume_base": "0.0"
},
{
"market": "LINK-TRY",
"base": "LINK",
"quote": "TRY",
"price_quote": "0.0",
"volume_base": "0.00"
},
{
"market": "MBOX-TRY",
"base": "MBOX",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "NEAR-TRY",
"base": "NEAR",
"quote": "TRY",
"price_quote": "0.0",
"volume_base": "0.000"
},
{
"market": "ONT-TRY",
"base": "ONT",
"quote": "TRY",
"price_quote": "0.000",
"volume_base": "0"
},
{
"market": "ROSE-TRY",
"base": "ROSE",
"quote": "TRY",
"price_quote": "0.000",
"volume_base": "0.0"
},
{
"market": "RVN-TRY",
"base": "RVN",
"quote": "TRY",
"price_quote": "0.0000",
"volume_base": "0.00"
},
{
"market": "SAND-TRY",
"base": "SAND",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.0"
},
{
"market": "SHIB-TRY",
"base": "SHIB",
"quote": "TRY",
"price_quote": "0.00000000",
"volume_base": "0"
},
{
"market": "SLP-TRY",
"base": "SLP",
"quote": "TRY",
"price_quote": "0.0000",
"volume_base": "0"
},
{
"market": "SOL-TRY",
"base": "SOL",
"quote": "TRY",
"price_quote": "0.0",
"volume_base": "0.00"
},
{
"market": "SXP-TRY",
"base": "SXP",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.0"
},
{
"market": "TRX-TRY",
"base": "TRX",
"quote": "TRY",
"price_quote": "0.0000",
"volume_base": "0.000"
},
{
"market": "UMA-TRY",
"base": "UMA",
"quote": "TRY",
"price_quote": "0.0",
"volume_base": "0.00"
},
{
"market": "USDT-TRY",
"base": "USDT",
"quote": "TRY",
"price_quote": "0.000",
"volume_base": "0"
},
{
"market": "XRP-TRY",
"base": "XRP",
"quote": "TRY",
"price_quote": "0.000",
"volume_base": "0"
},
{
"market": "EOS-TRY",
"base": "EOS",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.0"
},
{
"market": "GRT-TRY",
"base": "GRT",
"quote": "TRY",
"price_quote": "0.000",
"volume_base": "0"
},
{
"market": "BTC-TRY",
"base": "BTC",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.00000"
},
{
"market": "ETH-TRY",
"base": "ETH",
"quote": "TRY",
"price_quote": "0",
"volume_base": "0.0000"
},
{
"market": "EOS-USDT",
"base": "EOS",
"quote": "USDT",
"price_quote": "0.000",
"volume_base": "0.0"
},
{
"market": "GRT-USDT",
"base": "GRT",
"quote": "USDT",
"price_quote": "0.0000",
"volume_base": "0"
},
{
"market": "HOT-TRY",
"base": "HOT",
"quote": "TRY",
"price_quote": "0.00000",
"volume_base": "0"
},
{
"market": "AAVE-USDT",
"base": "AAVE",
"quote": "USDT",
"price_quote": "0.0",
"volume_base": "0.000"
},
{
"market": "ACH-USDT",
"base": "ACH",
"quote": "USDT",
"price_quote": "0.00000",
"volume_base": "0"
},
{
"market": "USDC-USDT",
"base": "USDC",
"quote": "USDT",
"price_quote": "0.0000",
"volume_base": "0"
},
{
"market": "APE-USDT",
"base": "APE",
"quote": "USDT",
"price_quote": "0.0000",
"volume_base": "0.00"
},
{
"market": "EUR-USDT",
"base": "EUR",
"quote": "USDT",
"price_quote": "0.000",
"volume_base": "0.0"
},
{
"market": "BTC-EUR",
"base": "BTC",
"quote": "EUR",
"price_quote": "0.00",
"volume_base": "0.00000"
},
{
"market": "ETH-EUR",
"base": "ETH",
"quote": "EUR",
"price_quote": "0.00",
"volume_base": "0.0000"
},
{
"market": "SOL-EUR",
"base": "SOL",
"quote": "EUR",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "BNB-EUR",
"base": "BNB",
"quote": "EUR",
"price_quote": "0.0",
"volume_base": "0.000"
},
{
"market": "SHIB-EUR",
"base": "SHIB",
"quote": "EUR",
"price_quote": "0.00000000",
"volume_base": "0"
},
{
"market": "ADA-EUR",
"base": "ADA",
"quote": "EUR",
"price_quote": "0.000",
"volume_base": "0.0"
},
{
"market": "AVAX-EUR",
"base": "AVAX",
"quote": "EUR",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "XRP-EUR",
"base": "XRP",
"quote": "EUR",
"price_quote": "0.0000",
"volume_base": "0"
},
{
"market": "DOT-EUR",
"base": "DOT",
"quote": "EUR",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "TRX-EUR",
"base": "TRX",
"quote": "EUR",
"price_quote": "0.00000",
"volume_base": "0"
},
{
"market": "DOGE-EUR",
"base": "DOGE",
"quote": "EUR",
"price_quote": "0.0000",
"volume_base": "0"
},
{
"market": "GALA-EUR",
"base": "GALA",
"quote": "EUR",
"price_quote": "0.00000",
"volume_base": "0"
},
{
"market": "GRT-EUR",
"base": "GRT",
"quote": "EUR",
"price_quote": "0.0000",
"volume_base": "0"
},
{
"market": "LINK-EUR",
"base": "LINK",
"quote": "EUR",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "NEAR-EUR",
"base": "NEAR",
"quote": "EUR",
"price_quote": "0.000",
"volume_base": "0.0"
},
{
"market": "ATOM-EUR",
"base": "ATOM",
"quote": "EUR",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "SPELL-USDT",
"base": "SPELL",
"quote": "USDT",
"price_quote": "0.00000",
"volume_base": "0"
},
{
"market": "SPELL-TRY",
"base": "SPELL",
"quote": "TRY",
"price_quote": "0.00000",
"volume_base": "0"
},
{
"market": "LTC-TRY",
"base": "LTC",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.000"
},
{
"market": "UNI-TRY",
"base": "UNI",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.000"
},
{
"market": "BAT-TRY",
"base": "BAT",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "ARB-TRY",
"base": "ARB",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.000"
},
{
"market": "QNT-TRY",
"base": "QNT",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.000"
},
{
"market": "MKR-TRY",
"base": "MKR",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.000"
},
{
"market": "AAVE-TRY",
"base": "AAVE",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.000"
},
{
"market": "FLOKI-TRY",
"base": "FLOKI",
"quote": "TRY",
"price_quote": "0.000000",
"volume_base": "0"
},
{
"market": "EDU-TRY",
"base": "EDU",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "FET-TRY",
"base": "FET",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "BZET-TRY",
"base": "BZET",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "UNP-TRY",
"base": "UNP",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "IZMR-TRY",
"base": "IZMR",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "AGIX-TRY",
"base": "AGIX",
"quote": "TRY",
"price_quote": "0.0000",
"volume_base": "0.00"
},
{
"market": "VATR-TRY",
"base": "VATR",
"quote": "TRY",
"price_quote": "0.0000",
"volume_base": "0"
},
{
"market": "EVA-TRY",
"base": "EVA",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "ISTN-TRY",
"base": "ISTN",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "ANKT-TRY",
"base": "ANKT",
"quote": "TRY",
"price_quote": "0.00000",
"volume_base": "0.000"
},
{
"market": "AOVA-TRY",
"base": "AOVA",
"quote": "TRY",
"price_quote": "0.00000",
"volume_base": "0.00000"
},
{
"market": "VENUX-TRY",
"base": "VENUX",
"quote": "TRY",
"price_quote": "0.0000",
"volume_base": "0.00"
},
{
"market": "SMPT-TRY",
"base": "SMPT",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "TIZA-TRY",
"base": "TIZA",
"quote": "TRY",
"price_quote": "0.00000",
"volume_base": "0.00"
},
{
"market": "TAKAS-TRY",
"base": "TAKAS",
"quote": "TRY",
"price_quote": "0.000",
"volume_base": "0.00"
},
{
"market": "FRODIT-TRY",
"base": "FRODIT",
"quote": "TRY",
"price_quote": "0.000",
"volume_base": "0.00"
},
{
"market": "EPIN-TRY",
"base": "EPIN",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.00"
},
{
"market": "PIXEL-TRY",
"base": "PIXEL",
"quote": "TRY",
"price_quote": "0.000",
"volume_base": "0.00"
},
{
"market": "COHE-TRY",
"base": "COHE",
"quote": "TRY",
"price_quote": "0.00000",
"volume_base": "0.000"
},
{
"market": "COHEL-TRY",
"base": "COHEL",
"quote": "TRY",
"price_quote": "0.00000",
"volume_base": "0.0"
},
{
"market": "NIVO-TRY",
"base": "NIVO",
"quote": "TRY",
"price_quote": "0.00",
"volume_base": "0.00"
}
]
Received response:
Request failed with error:
Response
Response Fields
data
object[]
High level overview of the state of the market for a specified active symbols
Get markets information for nomics
Get a list of all available markets.
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/nomics/markets',
[
'headers' => [
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/nomics/markets"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/nomics/markets'
headers = {
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/nomics/markets" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 200
x-ratelimit-remaining: 190
vary: Origin
[
{
"id": "BTC-USDT",
"type": "spot",
"base": "BTC",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/BTC-USDT",
"description": "Coinica spot market for BTC-USDT"
},
{
"id": "ETH-USDT",
"type": "spot",
"base": "ETH",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/ETH-USDT",
"description": "Coinica spot market for ETH-USDT"
},
{
"id": "ADA-USDT",
"type": "spot",
"base": "ADA",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/ADA-USDT",
"description": "Coinica spot market for ADA-USDT"
},
{
"id": "DOGE-USDT",
"type": "spot",
"base": "DOGE",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/DOGE-USDT",
"description": "Coinica spot market for DOGE-USDT"
},
{
"id": "SOL-USDT",
"type": "spot",
"base": "SOL",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/SOL-USDT",
"description": "Coinica spot market for SOL-USDT"
},
{
"id": "BNB-USDT",
"type": "spot",
"base": "BNB",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/BNB-USDT",
"description": "Coinica spot market for BNB-USDT"
},
{
"id": "XRP-USDT",
"type": "spot",
"base": "XRP",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/XRP-USDT",
"description": "Coinica spot market for XRP-USDT"
},
{
"id": "UMA-USDT",
"type": "spot",
"base": "UMA",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/UMA-USDT",
"description": "Coinica spot market for UMA-USDT"
},
{
"id": "BTTC-USDT",
"type": "spot",
"base": "BTTC",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/BTTC-USDT",
"description": "Coinica spot market for BTTC-USDT"
},
{
"id": "TRX-USDT",
"type": "spot",
"base": "TRX",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/TRX-USDT",
"description": "Coinica spot market for TRX-USDT"
},
{
"id": "SXP-USDT",
"type": "spot",
"base": "SXP",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/SXP-USDT",
"description": "Coinica spot market for SXP-USDT"
},
{
"id": "SHIB-USDT",
"type": "spot",
"base": "SHIB",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/SHIB-USDT",
"description": "Coinica spot market for SHIB-USDT"
},
{
"id": "SLP-USDT",
"type": "spot",
"base": "SLP",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/SLP-USDT",
"description": "Coinica spot market for SLP-USDT"
},
{
"id": "DOT-USDT",
"type": "spot",
"base": "DOT",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/DOT-USDT",
"description": "Coinica spot market for DOT-USDT"
},
{
"id": "RVN-USDT",
"type": "spot",
"base": "RVN",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/RVN-USDT",
"description": "Coinica spot market for RVN-USDT"
},
{
"id": "HOT-USDT",
"type": "spot",
"base": "HOT",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/HOT-USDT",
"description": "Coinica spot market for HOT-USDT"
},
{
"id": "LINK-USDT",
"type": "spot",
"base": "LINK",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/LINK-USDT",
"description": "Coinica spot market for LINK-USDT"
},
{
"id": "GALA-USDT",
"type": "spot",
"base": "GALA",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/GALA-USDT",
"description": "Coinica spot market for GALA-USDT"
},
{
"id": "SAND-USDT",
"type": "spot",
"base": "SAND",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/SAND-USDT",
"description": "Coinica spot market for SAND-USDT"
},
{
"id": "FTM-USDT",
"type": "spot",
"base": "FTM",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/FTM-USDT",
"description": "Coinica spot market for FTM-USDT"
},
{
"id": "ROSE-USDT",
"type": "spot",
"base": "ROSE",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/ROSE-USDT",
"description": "Coinica spot market for ROSE-USDT"
},
{
"id": "ENJ-USDT",
"type": "spot",
"base": "ENJ",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/ENJ-USDT",
"description": "Coinica spot market for ENJ-USDT"
},
{
"id": "DENT-USDT",
"type": "spot",
"base": "DENT",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/DENT-USDT",
"description": "Coinica spot market for DENT-USDT"
},
{
"id": "API3-USDT",
"type": "spot",
"base": "API3",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/API3-USDT",
"description": "Coinica spot market for API3-USDT"
},
{
"id": "MBOX-USDT",
"type": "spot",
"base": "MBOX",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/MBOX-USDT",
"description": "Coinica spot market for MBOX-USDT"
},
{
"id": "ARPA-USDT",
"type": "spot",
"base": "ARPA",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/ARPA-USDT",
"description": "Coinica spot market for ARPA-USDT"
},
{
"id": "ONT-USDT",
"type": "spot",
"base": "ONT",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/ONT-USDT",
"description": "Coinica spot market for ONT-USDT"
},
{
"id": "ATOM-USDT",
"type": "spot",
"base": "ATOM",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/ATOM-USDT",
"description": "Coinica spot market for ATOM-USDT"
},
{
"id": "NEAR-USDT",
"type": "spot",
"base": "NEAR",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/NEAR-USDT",
"description": "Coinica spot market for NEAR-USDT"
},
{
"id": "AVAX-USDT",
"type": "spot",
"base": "AVAX",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/AVAX-USDT",
"description": "Coinica spot market for AVAX-USDT"
},
{
"id": "CHZ-USDT",
"type": "spot",
"base": "CHZ",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/CHZ-USDT",
"description": "Coinica spot market for CHZ-USDT"
},
{
"id": "BEL-USDT",
"type": "spot",
"base": "BEL",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/BEL-USDT",
"description": "Coinica spot market for BEL-USDT"
},
{
"id": "ADA-TRY",
"type": "spot",
"base": "ADA",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/ADA-TRY",
"description": "Coinica spot market for ADA-TRY"
},
{
"id": "API3-TRY",
"type": "spot",
"base": "API3",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/API3-TRY",
"description": "Coinica spot market for API3-TRY"
},
{
"id": "ARPA-TRY",
"type": "spot",
"base": "ARPA",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/ARPA-TRY",
"description": "Coinica spot market for ARPA-TRY"
},
{
"id": "ATOM-TRY",
"type": "spot",
"base": "ATOM",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/ATOM-TRY",
"description": "Coinica spot market for ATOM-TRY"
},
{
"id": "AVAX-TRY",
"type": "spot",
"base": "AVAX",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/AVAX-TRY",
"description": "Coinica spot market for AVAX-TRY"
},
{
"id": "BEL-TRY",
"type": "spot",
"base": "BEL",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/BEL-TRY",
"description": "Coinica spot market for BEL-TRY"
},
{
"id": "BNB-TRY",
"type": "spot",
"base": "BNB",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/BNB-TRY",
"description": "Coinica spot market for BNB-TRY"
},
{
"id": "AXS-USDT",
"type": "spot",
"base": "AXS",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/AXS-USDT",
"description": "Coinica spot market for AXS-USDT"
},
{
"id": "AXS-TRY",
"type": "spot",
"base": "AXS",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/AXS-TRY",
"description": "Coinica spot market for AXS-TRY"
},
{
"id": "BTTC-TRY",
"type": "spot",
"base": "BTTC",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/BTTC-TRY",
"description": "Coinica spot market for BTTC-TRY"
},
{
"id": "CHZ-TRY",
"type": "spot",
"base": "CHZ",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/CHZ-TRY",
"description": "Coinica spot market for CHZ-TRY"
},
{
"id": "DENT-TRY",
"type": "spot",
"base": "DENT",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/DENT-TRY",
"description": "Coinica spot market for DENT-TRY"
},
{
"id": "DOGE-TRY",
"type": "spot",
"base": "DOGE",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/DOGE-TRY",
"description": "Coinica spot market for DOGE-TRY"
},
{
"id": "DOT-TRY",
"type": "spot",
"base": "DOT",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/DOT-TRY",
"description": "Coinica spot market for DOT-TRY"
},
{
"id": "ENJ-TRY",
"type": "spot",
"base": "ENJ",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/ENJ-TRY",
"description": "Coinica spot market for ENJ-TRY"
},
{
"id": "FTM-TRY",
"type": "spot",
"base": "FTM",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/FTM-TRY",
"description": "Coinica spot market for FTM-TRY"
},
{
"id": "GALA-TRY",
"type": "spot",
"base": "GALA",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/GALA-TRY",
"description": "Coinica spot market for GALA-TRY"
},
{
"id": "LINK-TRY",
"type": "spot",
"base": "LINK",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/LINK-TRY",
"description": "Coinica spot market for LINK-TRY"
},
{
"id": "MBOX-TRY",
"type": "spot",
"base": "MBOX",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/MBOX-TRY",
"description": "Coinica spot market for MBOX-TRY"
},
{
"id": "NEAR-TRY",
"type": "spot",
"base": "NEAR",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/NEAR-TRY",
"description": "Coinica spot market for NEAR-TRY"
},
{
"id": "ONT-TRY",
"type": "spot",
"base": "ONT",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/ONT-TRY",
"description": "Coinica spot market for ONT-TRY"
},
{
"id": "ROSE-TRY",
"type": "spot",
"base": "ROSE",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/ROSE-TRY",
"description": "Coinica spot market for ROSE-TRY"
},
{
"id": "RVN-TRY",
"type": "spot",
"base": "RVN",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/RVN-TRY",
"description": "Coinica spot market for RVN-TRY"
},
{
"id": "SAND-TRY",
"type": "spot",
"base": "SAND",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/SAND-TRY",
"description": "Coinica spot market for SAND-TRY"
},
{
"id": "SHIB-TRY",
"type": "spot",
"base": "SHIB",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/SHIB-TRY",
"description": "Coinica spot market for SHIB-TRY"
},
{
"id": "SLP-TRY",
"type": "spot",
"base": "SLP",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/SLP-TRY",
"description": "Coinica spot market for SLP-TRY"
},
{
"id": "SOL-TRY",
"type": "spot",
"base": "SOL",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/SOL-TRY",
"description": "Coinica spot market for SOL-TRY"
},
{
"id": "SXP-TRY",
"type": "spot",
"base": "SXP",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/SXP-TRY",
"description": "Coinica spot market for SXP-TRY"
},
{
"id": "TRX-TRY",
"type": "spot",
"base": "TRX",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/TRX-TRY",
"description": "Coinica spot market for TRX-TRY"
},
{
"id": "UMA-TRY",
"type": "spot",
"base": "UMA",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/UMA-TRY",
"description": "Coinica spot market for UMA-TRY"
},
{
"id": "USDT-TRY",
"type": "spot",
"base": "USDT",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/USDT-TRY",
"description": "Coinica spot market for USDT-TRY"
},
{
"id": "XRP-TRY",
"type": "spot",
"base": "XRP",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/XRP-TRY",
"description": "Coinica spot market for XRP-TRY"
},
{
"id": "EOS-TRY",
"type": "spot",
"base": "EOS",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/EOS-TRY",
"description": "Coinica spot market for EOS-TRY"
},
{
"id": "GRT-TRY",
"type": "spot",
"base": "GRT",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/GRT-TRY",
"description": "Coinica spot market for GRT-TRY"
},
{
"id": "BTC-TRY",
"type": "spot",
"base": "BTC",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/BTC-TRY",
"description": "Coinica spot market for BTC-TRY"
},
{
"id": "ETH-TRY",
"type": "spot",
"base": "ETH",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/ETH-TRY",
"description": "Coinica spot market for ETH-TRY"
},
{
"id": "EOS-USDT",
"type": "spot",
"base": "EOS",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/EOS-USDT",
"description": "Coinica spot market for EOS-USDT"
},
{
"id": "GRT-USDT",
"type": "spot",
"base": "GRT",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/GRT-USDT",
"description": "Coinica spot market for GRT-USDT"
},
{
"id": "HOT-TRY",
"type": "spot",
"base": "HOT",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/HOT-TRY",
"description": "Coinica spot market for HOT-TRY"
},
{
"id": "AAVE-USDT",
"type": "spot",
"base": "AAVE",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/AAVE-USDT",
"description": "Coinica spot market for AAVE-USDT"
},
{
"id": "ACH-USDT",
"type": "spot",
"base": "ACH",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/ACH-USDT",
"description": "Coinica spot market for ACH-USDT"
},
{
"id": "USDC-USDT",
"type": "spot",
"base": "USDC",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/USDC-USDT",
"description": "Coinica spot market for USDC-USDT"
},
{
"id": "APE-USDT",
"type": "spot",
"base": "APE",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/APE-USDT",
"description": "Coinica spot market for APE-USDT"
},
{
"id": "EUR-USDT",
"type": "spot",
"base": "EUR",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/EUR-USDT",
"description": "Coinica spot market for EUR-USDT"
},
{
"id": "BTC-EUR",
"type": "spot",
"base": "BTC",
"quote": "EUR",
"active": true,
"market_url": "https://coinica.com.tr/market/BTC-EUR",
"description": "Coinica spot market for BTC-EUR"
},
{
"id": "ETH-EUR",
"type": "spot",
"base": "ETH",
"quote": "EUR",
"active": true,
"market_url": "https://coinica.com.tr/market/ETH-EUR",
"description": "Coinica spot market for ETH-EUR"
},
{
"id": "SOL-EUR",
"type": "spot",
"base": "SOL",
"quote": "EUR",
"active": true,
"market_url": "https://coinica.com.tr/market/SOL-EUR",
"description": "Coinica spot market for SOL-EUR"
},
{
"id": "BNB-EUR",
"type": "spot",
"base": "BNB",
"quote": "EUR",
"active": true,
"market_url": "https://coinica.com.tr/market/BNB-EUR",
"description": "Coinica spot market for BNB-EUR"
},
{
"id": "SHIB-EUR",
"type": "spot",
"base": "SHIB",
"quote": "EUR",
"active": true,
"market_url": "https://coinica.com.tr/market/SHIB-EUR",
"description": "Coinica spot market for SHIB-EUR"
},
{
"id": "ADA-EUR",
"type": "spot",
"base": "ADA",
"quote": "EUR",
"active": true,
"market_url": "https://coinica.com.tr/market/ADA-EUR",
"description": "Coinica spot market for ADA-EUR"
},
{
"id": "AVAX-EUR",
"type": "spot",
"base": "AVAX",
"quote": "EUR",
"active": true,
"market_url": "https://coinica.com.tr/market/AVAX-EUR",
"description": "Coinica spot market for AVAX-EUR"
},
{
"id": "XRP-EUR",
"type": "spot",
"base": "XRP",
"quote": "EUR",
"active": true,
"market_url": "https://coinica.com.tr/market/XRP-EUR",
"description": "Coinica spot market for XRP-EUR"
},
{
"id": "DOT-EUR",
"type": "spot",
"base": "DOT",
"quote": "EUR",
"active": true,
"market_url": "https://coinica.com.tr/market/DOT-EUR",
"description": "Coinica spot market for DOT-EUR"
},
{
"id": "TRX-EUR",
"type": "spot",
"base": "TRX",
"quote": "EUR",
"active": true,
"market_url": "https://coinica.com.tr/market/TRX-EUR",
"description": "Coinica spot market for TRX-EUR"
},
{
"id": "DOGE-EUR",
"type": "spot",
"base": "DOGE",
"quote": "EUR",
"active": true,
"market_url": "https://coinica.com.tr/market/DOGE-EUR",
"description": "Coinica spot market for DOGE-EUR"
},
{
"id": "GALA-EUR",
"type": "spot",
"base": "GALA",
"quote": "EUR",
"active": true,
"market_url": "https://coinica.com.tr/market/GALA-EUR",
"description": "Coinica spot market for GALA-EUR"
},
{
"id": "GRT-EUR",
"type": "spot",
"base": "GRT",
"quote": "EUR",
"active": true,
"market_url": "https://coinica.com.tr/market/GRT-EUR",
"description": "Coinica spot market for GRT-EUR"
},
{
"id": "LINK-EUR",
"type": "spot",
"base": "LINK",
"quote": "EUR",
"active": true,
"market_url": "https://coinica.com.tr/market/LINK-EUR",
"description": "Coinica spot market for LINK-EUR"
},
{
"id": "NEAR-EUR",
"type": "spot",
"base": "NEAR",
"quote": "EUR",
"active": true,
"market_url": "https://coinica.com.tr/market/NEAR-EUR",
"description": "Coinica spot market for NEAR-EUR"
},
{
"id": "ATOM-EUR",
"type": "spot",
"base": "ATOM",
"quote": "EUR",
"active": true,
"market_url": "https://coinica.com.tr/market/ATOM-EUR",
"description": "Coinica spot market for ATOM-EUR"
},
{
"id": "SPELL-USDT",
"type": "spot",
"base": "SPELL",
"quote": "USDT",
"active": true,
"market_url": "https://coinica.com.tr/market/SPELL-USDT",
"description": "Coinica spot market for SPELL-USDT"
},
{
"id": "SPELL-TRY",
"type": "spot",
"base": "SPELL",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/SPELL-TRY",
"description": "Coinica spot market for SPELL-TRY"
},
{
"id": "LTC-TRY",
"type": "spot",
"base": "LTC",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/LTC-TRY",
"description": "Coinica spot market for LTC-TRY"
},
{
"id": "UNI-TRY",
"type": "spot",
"base": "UNI",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/UNI-TRY",
"description": "Coinica spot market for UNI-TRY"
},
{
"id": "BAT-TRY",
"type": "spot",
"base": "BAT",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/BAT-TRY",
"description": "Coinica spot market for BAT-TRY"
},
{
"id": "ARB-TRY",
"type": "spot",
"base": "ARB",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/ARB-TRY",
"description": "Coinica spot market for ARB-TRY"
},
{
"id": "QNT-TRY",
"type": "spot",
"base": "QNT",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/QNT-TRY",
"description": "Coinica spot market for QNT-TRY"
},
{
"id": "MKR-TRY",
"type": "spot",
"base": "MKR",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/MKR-TRY",
"description": "Coinica spot market for MKR-TRY"
},
{
"id": "AAVE-TRY",
"type": "spot",
"base": "AAVE",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/AAVE-TRY",
"description": "Coinica spot market for AAVE-TRY"
},
{
"id": "FLOKI-TRY",
"type": "spot",
"base": "FLOKI",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/FLOKI-TRY",
"description": "Coinica spot market for FLOKI-TRY"
},
{
"id": "EDU-TRY",
"type": "spot",
"base": "EDU",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/EDU-TRY",
"description": "Coinica spot market for EDU-TRY"
},
{
"id": "FET-TRY",
"type": "spot",
"base": "FET",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/FET-TRY",
"description": "Coinica spot market for FET-TRY"
},
{
"id": "BZET-TRY",
"type": "spot",
"base": "BZET",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/BZET-TRY",
"description": "Coinica spot market for BZET-TRY"
},
{
"id": "UNP-TRY",
"type": "spot",
"base": "UNP",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/UNP-TRY",
"description": "Coinica spot market for UNP-TRY"
},
{
"id": "IZMR-TRY",
"type": "spot",
"base": "IZMR",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/IZMR-TRY",
"description": "Coinica spot market for IZMR-TRY"
},
{
"id": "AGIX-TRY",
"type": "spot",
"base": "AGIX",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/AGIX-TRY",
"description": "Coinica spot market for AGIX-TRY"
},
{
"id": "VATR-TRY",
"type": "spot",
"base": "VATR",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/VATR-TRY",
"description": "Coinica spot market for VATR-TRY"
},
{
"id": "EVA-TRY",
"type": "spot",
"base": "EVA",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/EVA-TRY",
"description": "Coinica spot market for EVA-TRY"
},
{
"id": "ISTN-TRY",
"type": "spot",
"base": "ISTN",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/ISTN-TRY",
"description": "Coinica spot market for ISTN-TRY"
},
{
"id": "ANKT-TRY",
"type": "spot",
"base": "ANKT",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/ANKT-TRY",
"description": "Coinica spot market for ANKT-TRY"
},
{
"id": "AOVA-TRY",
"type": "spot",
"base": "AOVA",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/AOVA-TRY",
"description": "Coinica spot market for AOVA-TRY"
},
{
"id": "VENUX-TRY",
"type": "spot",
"base": "VENUX",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/VENUX-TRY",
"description": "Coinica spot market for VENUX-TRY"
},
{
"id": "SMPT-TRY",
"type": "spot",
"base": "SMPT",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/SMPT-TRY",
"description": "Coinica spot market for SMPT-TRY"
},
{
"id": "TIZA-TRY",
"type": "spot",
"base": "TIZA",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/TIZA-TRY",
"description": "Coinica spot market for TIZA-TRY"
},
{
"id": "TAKAS-TRY",
"type": "spot",
"base": "TAKAS",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/TAKAS-TRY",
"description": "Coinica spot market for TAKAS-TRY"
},
{
"id": "FRODIT-TRY",
"type": "spot",
"base": "FRODIT",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/FRODIT-TRY",
"description": "Coinica spot market for FRODIT-TRY"
},
{
"id": "EPIN-TRY",
"type": "spot",
"base": "EPIN",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/EPIN-TRY",
"description": "Coinica spot market for EPIN-TRY"
},
{
"id": "PIXEL-TRY",
"type": "spot",
"base": "PIXEL",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/PIXEL-TRY",
"description": "Coinica spot market for PIXEL-TRY"
},
{
"id": "COHE-TRY",
"type": "spot",
"base": "COHE",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/COHE-TRY",
"description": "Coinica spot market for COHE-TRY"
},
{
"id": "COHEL-TRY",
"type": "spot",
"base": "COHEL",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/COHEL-TRY",
"description": "Coinica spot market for COHEL-TRY"
},
{
"id": "NIVO-TRY",
"type": "spot",
"base": "NIVO",
"quote": "TRY",
"active": true,
"market_url": "https://coinica.com.tr/market/NIVO-TRY",
"description": "Coinica spot market for NIVO-TRY"
}
]
Received response:
Request failed with error:
Response
Response Fields
data
object[]
List of all available markets.
Private Endpoints
Cancel open order
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->post(
'https://coinica.com.tr/api/v1/orders/cancel',
[
'headers' => [
'Authorization' => 'Bearer {YOUR_API_KEY}',
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
'json' => [
'uuid' => 'zplamgikrvmkilktauwtugfemaesfljmzvwsobmfhsyypuqwpnkdzdqniiwz',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/orders/cancel"
);
const headers = {
"Authorization": "Bearer {YOUR_API_KEY}",
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"uuid": "zplamgikrvmkilktauwtugfemaesfljmzvwsobmfhsyypuqwpnkdzdqniiwz"
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/orders/cancel'
payload = {
"uuid": "zplamgikrvmkilktauwtugfemaesfljmzvwsobmfhsyypuqwpnkdzdqniiwz"
}
headers = {
'Authorization': 'Bearer {YOUR_API_KEY}',
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('POST', url, headers=headers, json=payload)
response.json()
curl --request POST \
"https://coinica.com.tr/api/v1/orders/cancel" \
--header "Authorization: Bearer {YOUR_API_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"uuid\": \"zplamgikrvmkilktauwtugfemaesfljmzvwsobmfhsyypuqwpnkdzdqniiwz\"
}"
Received response:
Request failed with error:
Open orders
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/orders/open',
[
'headers' => [
'Authorization' => 'Bearer {YOUR_API_KEY}',
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/orders/open"
);
const headers = {
"Authorization": "Bearer {YOUR_API_KEY}",
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/orders/open'
headers = {
'Authorization': 'Bearer {YOUR_API_KEY}',
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/orders/open" \
--header "Authorization: Bearer {YOUR_API_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Example response (401):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"message": "Unauthenticated."
}
Received response:
Request failed with error:
Get wallet address
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/wallets/getAddress',
[
'headers' => [
'Authorization' => 'Bearer {YOUR_API_KEY}',
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
'json' => [
'symbol' => 'deserunt',
'network' => 'corporis',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/wallets/getAddress"
);
const headers = {
"Authorization": "Bearer {YOUR_API_KEY}",
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"symbol": "deserunt",
"network": "corporis"
};
fetch(url, {
method: "GET",
headers,
body: JSON.stringify(body),
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/wallets/getAddress'
payload = {
"symbol": "deserunt",
"network": "corporis"
}
headers = {
'Authorization': 'Bearer {YOUR_API_KEY}',
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers, json=payload)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/wallets/getAddress" \
--header "Authorization: Bearer {YOUR_API_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"symbol\": \"deserunt\",
\"network\": \"corporis\"
}"
Example response (401):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"message": "Unauthenticated."
}
Received response:
Request failed with error:
Get deposits
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/wallets/deposits/quia',
[
'headers' => [
'Authorization' => 'Bearer {YOUR_API_KEY}',
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/wallets/deposits/quia"
);
const headers = {
"Authorization": "Bearer {YOUR_API_KEY}",
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/wallets/deposits/quia'
headers = {
'Authorization': 'Bearer {YOUR_API_KEY}',
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/wallets/deposits/quia" \
--header "Authorization: Bearer {YOUR_API_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Example response (401):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"message": "Unauthenticated."
}
Received response:
Request failed with error:
Get fiat deposits
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/wallets/fiat-deposits/odio',
[
'headers' => [
'Authorization' => 'Bearer {YOUR_API_KEY}',
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/wallets/fiat-deposits/odio"
);
const headers = {
"Authorization": "Bearer {YOUR_API_KEY}",
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/wallets/fiat-deposits/odio'
headers = {
'Authorization': 'Bearer {YOUR_API_KEY}',
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/wallets/fiat-deposits/odio" \
--header "Authorization: Bearer {YOUR_API_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Example response (401):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"message": "Unauthenticated."
}
Received response:
Request failed with error:
Get withdrawals
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/wallets/withdrawals/ut',
[
'headers' => [
'Authorization' => 'Bearer {YOUR_API_KEY}',
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/wallets/withdrawals/ut"
);
const headers = {
"Authorization": "Bearer {YOUR_API_KEY}",
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/wallets/withdrawals/ut'
headers = {
'Authorization': 'Bearer {YOUR_API_KEY}',
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/wallets/withdrawals/ut" \
--header "Authorization: Bearer {YOUR_API_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Example response (401):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"message": "Unauthenticated."
}
Received response:
Request failed with error:
Start withdrawal process
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->post(
'https://coinica.com.tr/api/v1/wallets/withdraw',
[
'headers' => [
'Authorization' => 'Bearer {YOUR_API_KEY}',
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
'json' => [
'symbol' => 'perspiciatis',
'address' => 'zrznegjjyokpniustpuiaipcgokgkxiepmedlrvppnyqpnziofcgwlbujeoaeqbckwexnyxpaxhuldjrrquhhvjhcrlekkytladgpsbjoioxymvfytdzaefnzxppnkdxjolnbnvfdzhwbgcqbjnwgjeeuko',
'network' => 'aut',
'amount' => 0.9288,
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/wallets/withdraw"
);
const headers = {
"Authorization": "Bearer {YOUR_API_KEY}",
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"symbol": "perspiciatis",
"address": "zrznegjjyokpniustpuiaipcgokgkxiepmedlrvppnyqpnziofcgwlbujeoaeqbckwexnyxpaxhuldjrrquhhvjhcrlekkytladgpsbjoioxymvfytdzaefnzxppnkdxjolnbnvfdzhwbgcqbjnwgjeeuko",
"network": "aut",
"amount": 0.9288
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/wallets/withdraw'
payload = {
"symbol": "perspiciatis",
"address": "zrznegjjyokpniustpuiaipcgokgkxiepmedlrvppnyqpnziofcgwlbujeoaeqbckwexnyxpaxhuldjrrquhhvjhcrlekkytladgpsbjoioxymvfytdzaefnzxppnkdxjolnbnvfdzhwbgcqbjnwgjeeuko",
"network": "aut",
"amount": 0.9288
}
headers = {
'Authorization': 'Bearer {YOUR_API_KEY}',
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('POST', url, headers=headers, json=payload)
response.json()
curl --request POST \
"https://coinica.com.tr/api/v1/wallets/withdraw" \
--header "Authorization: Bearer {YOUR_API_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"symbol\": \"perspiciatis\",
\"address\": \"zrznegjjyokpniustpuiaipcgokgkxiepmedlrvppnyqpnziofcgwlbujeoaeqbckwexnyxpaxhuldjrrquhhvjhcrlekkytladgpsbjoioxymvfytdzaefnzxppnkdxjolnbnvfdzhwbgcqbjnwgjeeuko\",
\"network\": \"aut\",
\"amount\": 0.9288
}"
Received response:
Request failed with error:
Get fiat withdrawals
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/wallets/fiat-withdrawals',
[
'headers' => [
'Authorization' => 'Bearer {YOUR_API_KEY}',
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/wallets/fiat-withdrawals"
);
const headers = {
"Authorization": "Bearer {YOUR_API_KEY}",
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/wallets/fiat-withdrawals'
headers = {
'Authorization': 'Bearer {YOUR_API_KEY}',
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/wallets/fiat-withdrawals" \
--header "Authorization: Bearer {YOUR_API_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Example response (401):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"message": "Unauthenticated."
}
Received response:
Request failed with error:
Get all wallets
requires authentication
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/wallets',
[
'headers' => [
'Authorization' => 'Bearer {YOUR_API_KEY}',
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/wallets"
);
const headers = {
"Authorization": "Bearer {YOUR_API_KEY}",
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/wallets'
headers = {
'Authorization': 'Bearer {YOUR_API_KEY}',
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/wallets" \
--header "Authorization: Bearer {YOUR_API_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Example response (401):
Show headers
cache-control: no-cache, private
content-type: application/json
vary: Origin
{
"message": "Unauthenticated."
}
Received response:
Request failed with error:
Public Endpoints
Get current server time
Time resource allows retrieving current server time and test connectivity to the Rest API.
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/server-time',
[
'headers' => [
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/server-time"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/server-time'
headers = {
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/server-time" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 40
x-ratelimit-remaining: 39
vary: Origin
{
"time": "2025-02-05T17:58:49.789536Z"
}
Received response:
Request failed with error:
Response
Response Fields
time
string
Current server time (ISO 8601)
Get active currencies
Get a list of active currencies available on the platform.
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/currencies',
[
'headers' => [
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/currencies"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/currencies'
headers = {
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/currencies" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 200
x-ratelimit-remaining: 198
vary: Origin
{
"data": [
{
"name": "OTUKEN",
"symbol": "OTK",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "0.00",
"withdraw_fee": "0.35",
"min_deposit": "1.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "1.00000000",
"max_withdraw": "10000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "VENUX",
"symbol": "VENUX",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": true,
"deposit_fee": "0.00",
"withdraw_fee": "0.35",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "VATRA INU",
"symbol": "VATR",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": true,
"deposit_fee": "0.00",
"withdraw_fee": "0.35",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "10000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Unipoly Coin",
"symbol": "UNP",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "0.00",
"withdraw_fee": "0.35",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Uniswap",
"symbol": "UNI",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "0.10",
"withdraw_fee": "0.35",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "TIZA",
"symbol": "TIZA",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": true,
"deposit_fee": "0.00",
"withdraw_fee": "0.35",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "10000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "TAKAS",
"symbol": "TAKAS",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": true,
"deposit_fee": "0.00",
"withdraw_fee": "0.35",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "10000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "SimplyInstall",
"symbol": "SMPT",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": true,
"deposit_fee": "0.00",
"withdraw_fee": "0.35",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "Quant",
"symbol": "QNT",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "PixelToken",
"symbol": "PIXEL",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": true,
"deposit_fee": "0.00",
"withdraw_fee": "0.35",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "10000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "NivoToken",
"symbol": "NIVO",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "10000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "Maker",
"symbol": "MKR",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Litecoin",
"symbol": "LTC",
"decimals": 8,
"type": "coin",
"status": true,
"min_deposit_confirmation": 6,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "1000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 1
}
]
},
{
"name": "Izmir Token",
"symbol": "IZMR",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "10000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Istanbul Token",
"symbol": "ISTN",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "10000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "FRODIT",
"symbol": "FRODIT",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": true,
"deposit_fee": "0.00",
"withdraw_fee": "0.35",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "10000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "FLOKI",
"symbol": "FLOKI",
"decimals": 9,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "1000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Fetch",
"symbol": "FET",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "20.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Evadore",
"symbol": "EVA",
"decimals": 8,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "10.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "1000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 9
}
]
},
{
"name": "E-Pin",
"symbol": "EPIN",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": true,
"deposit_fee": "0.00",
"withdraw_fee": "0.35",
"min_deposit": "1.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "1.00000000",
"max_withdraw": "10000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "EDU Coin",
"symbol": "EDU",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "20.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "1000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "Cohesion Locked",
"symbol": "COHEL",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "10000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "Cohesion",
"symbol": "COHE",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "1.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "50000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "Bzetcoin",
"symbol": "BZET",
"decimals": 0,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "0.00",
"withdraw_fee": "0.35",
"min_deposit": "1",
"max_deposit": "0",
"min_withdraw": "250",
"max_withdraw": "100000",
"has_payment_id": 0,
"networks": [
{
"id": 9
}
]
},
{
"name": "Basic Attention Token",
"symbol": "BAT",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "100.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "1000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Arbitrum",
"symbol": "ARB",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "10.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "1000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Ashes of Vatra",
"symbol": "AOVA",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "1.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "50000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "ANKA TOKEN",
"symbol": "ANKT",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": false,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "1.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "10000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "SingularityNET",
"symbol": "AGIX",
"decimals": 8,
"type": "coin",
"status": true,
"min_deposit_confirmation": 8,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "40.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "1000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Immutable X",
"symbol": "IMX",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 6,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "0.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "24.00000000",
"max_withdraw": "4780.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Spell Token",
"symbol": "SPELL",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 6,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "2000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Euro",
"symbol": "EUR",
"decimals": 0,
"type": "fiat",
"status": true,
"min_deposit_confirmation": 0,
"deposit_status": true,
"withdraw_status": false,
"deposit_fee": "1.00",
"withdraw_fee": "1.00",
"min_deposit": "50",
"max_deposit": "100000",
"min_withdraw": "1000",
"max_withdraw": "1000",
"has_payment_id": 0,
"networks": [
{
"id": 4
}
]
},
{
"name": "ApeCoin",
"symbol": "APE",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 5,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.00",
"withdraw_fee": "1.50",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.64000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "USD Coin",
"symbol": "USDC",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 5,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "Alchemy Pay",
"symbol": "ACH",
"decimals": 8,
"type": "coin",
"status": true,
"min_deposit_confirmation": 6,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Aave",
"symbol": "AAVE",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 6,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.52000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "EOS",
"symbol": "EOS",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 6,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "The Graph",
"symbol": "GRT",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 4,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "25.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Axie Infinity",
"symbol": "AXS",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 4,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "25.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00800000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "Turkish Lira",
"symbol": "TRY",
"decimals": 2,
"type": "fiat",
"status": true,
"min_deposit_confirmation": 0,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "0.00",
"withdraw_fee": "0.35",
"min_deposit": "250.00",
"max_deposit": "10000000.00",
"min_withdraw": "250.00",
"max_withdraw": "50000.00",
"has_payment_id": 0,
"networks": [
{
"id": 4
}
]
},
{
"name": "UMA",
"symbol": "UMA",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 4,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.00",
"withdraw_fee": "1.00",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.94000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Terra Classic",
"symbol": "LUNAC",
"decimals": 6,
"type": "coin",
"status": true,
"min_deposit_confirmation": 5,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "250.000000",
"max_deposit": "0.000000",
"min_withdraw": "250.820000",
"max_withdraw": "100000.000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "Swipe",
"symbol": "SXP",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 4,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.32000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "Smooth Love Potion",
"symbol": "SLP",
"decimals": 0,
"type": "coin",
"status": true,
"min_deposit_confirmation": 2,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "250",
"max_deposit": "0",
"min_withdraw": "250",
"max_withdraw": "100000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Holo",
"symbol": "HOT",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 6,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Gala",
"symbol": "GALA",
"decimals": 8,
"type": "coin",
"status": true,
"min_deposit_confirmation": 6,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "The Sandbox",
"symbol": "SAND",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 4,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "250.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Fantom",
"symbol": "FTM",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 6,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "0.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "7000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Oasis Network",
"symbol": "ROSE",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 2,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "0.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "37000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "EnjinCoin",
"symbol": "ENJ",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 6,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "0.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "5500.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Dent",
"symbol": "DENT",
"decimals": 8,
"type": "coin",
"status": true,
"min_deposit_confirmation": 6,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "0.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "3000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Ontology",
"symbol": "ONT",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 4,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "0.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.76000000",
"max_withdraw": "1700.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "Chiliz",
"symbol": "CHZ",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 6,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "0.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "212.00000000",
"max_withdraw": "41000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Bella Protocol",
"symbol": "BEL",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 6,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "0.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "10000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "Avalanche",
"symbol": "AVAX",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 6,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "0.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00500000",
"max_withdraw": "5000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "NEAR Protocol",
"symbol": "NEAR",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 4,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "1.00",
"withdraw_fee": "1.00",
"min_deposit": "0.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.02600000",
"max_withdraw": "500.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "Cosmos",
"symbol": "ATOM",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 3,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "0.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.01600000",
"max_withdraw": "300.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "Arpa Chain",
"symbol": "ARPA",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 5,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "0.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "642.00000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Mobox",
"symbol": "MBOX",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 4,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "0.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.14000000",
"max_withdraw": "3000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "API3",
"symbol": "API3",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 18,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "0.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "2000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Polygon",
"symbol": "MATIC",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 2,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "0.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.28000000",
"max_withdraw": "6000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
},
{
"id": 3
}
]
},
{
"name": "ChainLink",
"symbol": "LINK",
"decimals": 8,
"type": "coin",
"status": true,
"min_deposit_confirmation": 5,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "2.50",
"withdraw_fee": "2.50",
"min_deposit": "0.10000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.02800000",
"max_withdraw": "600.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 1
}
]
},
{
"name": "Ravencoin",
"symbol": "RVN",
"decimals": 8,
"type": "coin",
"status": true,
"min_deposit_confirmation": 6,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "1.50",
"withdraw_fee": "1.50",
"min_deposit": "0.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "42.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 1
}
]
},
{
"name": "Polkadot",
"symbol": "DOT",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 5,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "2.50",
"withdraw_fee": "2.50",
"min_deposit": "0.10000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.10000000",
"max_withdraw": "50.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "Shiba Inu",
"symbol": "SHIB",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 4,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "0.00000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "350000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 3
}
]
},
{
"name": "Tron",
"symbol": "TRX",
"decimals": 8,
"type": "coin",
"status": true,
"min_deposit_confirmation": 2,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.00",
"withdraw_fee": "1.00",
"min_deposit": "0.00000100",
"max_deposit": "0.00000000",
"min_withdraw": "250.00000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 7
}
]
},
{
"name": "BUSD",
"symbol": "BUSD",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 4,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "2.50",
"withdraw_fee": "2.50",
"min_deposit": "0.10000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.10000000",
"max_withdraw": "5000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 6
}
]
},
{
"name": "BitTorent",
"symbol": "BTTC",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 5,
"deposit_status": false,
"withdraw_status": false,
"deposit_fee": "2.50",
"withdraw_fee": "2.50",
"min_deposit": "0.10000000",
"max_deposit": "0.00000000",
"min_withdraw": "63912.00000000",
"max_withdraw": "4900000000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 8
}
]
},
{
"name": "Ripple",
"symbol": "XRP",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 4,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.00",
"withdraw_fee": "1.00",
"min_deposit": "0.10000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.10000000",
"max_withdraw": "1000.00000000",
"has_payment_id": 1,
"networks": [
{
"id": 6
}
]
},
{
"name": "BNB",
"symbol": "BNB",
"decimals": 8,
"type": "coin",
"status": true,
"min_deposit_confirmation": 4,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.00",
"withdraw_fee": "1.50",
"min_deposit": "0.10000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.10000000",
"max_withdraw": "5000.00000000",
"has_payment_id": 1,
"networks": [
{
"id": 5
}
]
},
{
"name": "Solana",
"symbol": "SOL",
"decimals": 8,
"type": "coin",
"status": true,
"min_deposit_confirmation": 4,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.00",
"withdraw_fee": "1.00",
"min_deposit": "0.10000000",
"max_deposit": "0.00000000",
"min_withdraw": "250.10000000",
"max_withdraw": "1000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 1
}
]
},
{
"name": "Dogecoin",
"symbol": "DOGE",
"decimals": 8,
"type": "coin",
"status": true,
"min_deposit_confirmation": 5,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.00",
"withdraw_fee": "1.00",
"min_deposit": "0.00000001",
"max_deposit": "0.00000000",
"min_withdraw": "250.98000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 1
}
]
},
{
"name": "Cardano",
"symbol": "ADA",
"decimals": 18,
"type": "coin",
"status": true,
"min_deposit_confirmation": 5,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "2.50",
"withdraw_fee": "2.50",
"min_deposit": "0.00000001",
"max_deposit": "0.00000000",
"min_withdraw": "250.40000000",
"max_withdraw": "9170.00000000",
"has_payment_id": 1,
"networks": [
{
"id": 6
}
]
},
{
"name": "Ethereum",
"symbol": "ETH",
"decimals": 8,
"type": "coin",
"status": true,
"min_deposit_confirmation": 10,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "1.00",
"withdraw_fee": "1.00",
"min_deposit": "0.00000001",
"max_deposit": "0.00000000",
"min_withdraw": "250.01000000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 2
}
]
},
{
"name": "Bitcoin",
"symbol": "BTC",
"decimals": 8,
"type": "coin",
"status": true,
"min_deposit_confirmation": 2,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "0.60",
"withdraw_fee": "1.00",
"min_deposit": "0.00000001",
"max_deposit": "0.00000000",
"min_withdraw": "0.00100000",
"max_withdraw": "100000.00000000",
"has_payment_id": 0,
"networks": [
{
"id": 1
}
]
},
{
"name": "Tether USD",
"symbol": "USDT",
"decimals": 6,
"type": "coin",
"status": true,
"min_deposit_confirmation": 5,
"deposit_status": true,
"withdraw_status": true,
"deposit_fee": "0.35",
"withdraw_fee": "0.35",
"min_deposit": "10.000000",
"max_deposit": "0.000000",
"min_withdraw": "100.000000",
"max_withdraw": "3600000.000000",
"has_payment_id": 0,
"networks": [
{
"id": 8
}
]
}
],
"success": true
}
Received response:
Request failed with error:
Response
Response Fields
data
string[][]
List of active currencies
Get market ticker information
Get a high level overview of the state of the market for a specified active symbol or symbols. If you want to get the latest price list of all symbols, do not send the market parameter.
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/markets/ticker',
[
'headers' => [
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
'json' => [
'market' => 'USDT-TRY',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/markets/ticker"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"market": "USDT-TRY"
};
fetch(url, {
method: "GET",
headers,
body: JSON.stringify(body),
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/markets/ticker'
payload = {
"market": "USDT-TRY"
}
headers = {
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers, json=payload)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/markets/ticker" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"market\": \"USDT-TRY\"
}"
Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 200
x-ratelimit-remaining: 197
vary: Origin
{
"data": {
"name": "USDT-TRY",
"s": false,
"sanitized_name": "USDTTRY",
"base_currency": "USDT",
"base_currency_name": "Tether USD",
"base_currency_type": "coin",
"base_currency_logo": "https://coinica.com.tr/storage/uploads/9bc7bf581248b5e5dcb49b019e97d4da.png",
"quote_currency": "TRY",
"quote_currency_name": "Turkish Lira",
"quote_currency_type": "fiat",
"quote_currency_logo": "https://coinica.com.tr/storage/uploads/74c5937fbdcf11d17baf0170251f6239.png",
"base_precision": 0,
"quote_precision": 3,
"min_trade_size": "1.00000000",
"max_trade_size": "100000.00000000",
"min_trade_value": "10.00000000",
"max_trade_value": "1000000.00000000",
"base_ticker_size": "1.00000000",
"quote_ticker_size": "0.00100000",
"status": true,
"trade_status": true,
"buy_order_status": true,
"sell_order_status": true,
"cancel_order_status": true,
"chart_enabled": true,
"last": "0.000",
"change": "-100.00",
"high": "0.000",
"low": "0.000",
"volume": "0"
}
}
Received response:
Request failed with error:
Response
Response Fields
data
object
High level overview of the state of the market for a specified active symbol or symbols
Get market trades information
Get a list of last 20 trades of market.
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/markets/trades',
[
'headers' => [
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
'json' => [
'market' => 'USDT-TRY',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/markets/trades"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"market": "USDT-TRY"
};
fetch(url, {
method: "GET",
headers,
body: JSON.stringify(body),
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/markets/trades'
payload = {
"market": "USDT-TRY"
}
headers = {
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers, json=payload)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/markets/trades" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"market\": \"USDT-TRY\"
}"
Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 200
x-ratelimit-remaining: 196
vary: Origin
{
"data": [
{
"side": "buy",
"price": "35.94000000",
"quantity": "29.21535893",
"created_at": "2025-02-01 18:19:15"
},
{
"side": "buy",
"price": "35.79000000",
"quantity": "41.91114836",
"created_at": "2025-01-28 10:49:55"
},
{
"side": "buy",
"price": "35.70000000",
"quantity": "100.00000000",
"created_at": "2025-01-21 11:30:55"
},
{
"side": "buy",
"price": "35.63000000",
"quantity": "136.12124614",
"created_at": "2025-01-18 14:19:18"
},
{
"side": "buy",
"price": "35.63000000",
"quantity": "4.06960426",
"created_at": "2025-01-18 14:16:58"
},
{
"side": "buy",
"price": "35.64000000",
"quantity": "22.44668911",
"created_at": "2025-01-18 13:39:37"
},
{
"side": "buy",
"price": "35.49000000",
"quantity": "5.63539025",
"created_at": "2025-01-16 10:07:26"
},
{
"side": "buy",
"price": "35.50000000",
"quantity": "21.12676056",
"created_at": "2025-01-15 12:20:08"
},
{
"side": "buy",
"price": "35.38000000",
"quantity": "49.05313736",
"created_at": "2025-01-09 20:08:57"
},
{
"side": "buy",
"price": "35.38000000",
"quantity": "70.66139061",
"created_at": "2025-01-09 20:08:46"
},
{
"side": "buy",
"price": "35.38000000",
"quantity": "70.66139061",
"created_at": "2025-01-09 20:08:40"
},
{
"side": "buy",
"price": "35.38000000",
"quantity": "56.52911249",
"created_at": "2025-01-09 20:08:28"
},
{
"side": "buy",
"price": "35.38000000",
"quantity": "25.43810062",
"created_at": "2025-01-09 20:08:04"
},
{
"side": "buy",
"price": "35.37000000",
"quantity": "7.63358778",
"created_at": "2025-01-09 20:07:02"
},
{
"side": "sell",
"price": "14.00000000",
"quantity": "1.00000000",
"created_at": "2025-01-09 19:18:51"
},
{
"side": "sell",
"price": "14.00000000",
"quantity": "1.00000000",
"created_at": "2025-01-09 19:18:51"
},
{
"side": "buy",
"price": "14.00000000",
"quantity": "1.00000000",
"created_at": "2025-01-09 19:18:51"
},
{
"side": "sell",
"price": "35.38000000",
"quantity": "164.00000000",
"created_at": "2025-01-09 19:18:51"
},
{
"side": "buy",
"price": "35.43000000",
"quantity": "28.22466836",
"created_at": "2025-01-09 14:13:41"
},
{
"side": "buy",
"price": "35.39000000",
"quantity": "28.25656965",
"created_at": "2025-01-09 11:26:22"
}
],
"success": true
}
Received response:
Request failed with error:
Response
Response Fields
data
string[][]
List of last 20 trades of market
Get Market OHLC data
OHLC (Open, High, Low, Close) and volume data for the specified trading pair.
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/markets/candles/et',
[
'headers' => [
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
'query' => [
'market'=> 'USDT-TRY',
'from'=> '1650070910',
'to'=> '1657277910',
'interval'=> '1D',
],
'json' => [
'market' => 'velit',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/markets/candles/et"
);
const params = {
"market": "USDT-TRY",
"from": "1650070910",
"to": "1657277910",
"interval": "1D",
};
Object.keys(params)
.forEach(key => url.searchParams.append(key, params[key]));
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"market": "velit"
};
fetch(url, {
method: "GET",
headers,
body: JSON.stringify(body),
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/markets/candles/et'
payload = {
"market": "velit"
}
params = {
'market': 'USDT-TRY',
'from': '1650070910',
'to': '1657277910',
'interval': '1D',
}
headers = {
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers, json=payload, params=params)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/markets/candles/et?market=USDT-TRY&from=1650070910&to=1657277910&interval=1D" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"market\": \"velit\"
}"
Example response (422):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 200
x-ratelimit-remaining: 195
vary: Origin
{
"message": "The given data was invalid.",
"errors": {
"market": [
"Invalid market name"
]
}
}
Received response:
Request failed with error:
Response
Response Fields
data
OHLC data of market
Get market orderbook information
Get a list of orderbook of market.
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/markets/orderbook',
[
'headers' => [
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
'json' => [
'market' => 'USDT-TRY',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/markets/orderbook"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"market": "USDT-TRY"
};
fetch(url, {
method: "GET",
headers,
body: JSON.stringify(body),
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/markets/orderbook'
payload = {
"market": "USDT-TRY"
}
headers = {
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers, json=payload)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/markets/orderbook" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"market\": \"USDT-TRY\"
}"
Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 200
x-ratelimit-remaining: 194
vary: Origin
{
"bids": [],
"asks": []
}
Received response:
Request failed with error:
Response
Response Fields
data
List of orderbook of market
Get market historical trades information
Get a list of historical trades of market.
Example request:
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://coinica.com.tr/api/v1/markets/historical/trades',
[
'headers' => [
'Content-Type' => 'application/json',
'Accept' => 'application/json',
],
'json' => [
'market' => 'USDT-TRY',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
const url = new URL(
"https://coinica.com.tr/api/v1/markets/historical/trades"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"market": "USDT-TRY"
};
fetch(url, {
method: "GET",
headers,
body: JSON.stringify(body),
}).then(response => response.json());
import requests
import json
url = 'https://coinica.com.tr/api/v1/markets/historical/trades'
payload = {
"market": "USDT-TRY"
}
headers = {
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers, json=payload)
response.json()
curl --request GET \
--get "https://coinica.com.tr/api/v1/markets/historical/trades" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data "{
\"market\": \"USDT-TRY\"
}"
Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 200
x-ratelimit-remaining: 193
vary: Origin
{
"trades": [],
"success": false
}
Received response:
Request failed with error:
Response
Response Fields
data
List of historical trades of market