Premium
GET/api/v1/premium
Get the latest premium values.
Request
Query Parameters
Specifies source exchange
Specifies target exchange
Specifies base aset. You can specify multiple quotes at once by separating them with commas.
Specifies source quote asset. You can specify multiple quotes at once by separating them with commas.
Specifies target quote asset. You can specify multiple quotes at once by separating them with commas.
Possible values: [KRW
, USD
]
Specifies currency for cross-exchange price differences
USD
Possible values: [USD
, USDT
]
Specifies conversion base for cross-exchange price differences
USDT
Page number
1
Page size
10
Possible values: [pd
, pdp
, spdp
, spdp
, sp
, sv
, pdp24h
]
Specifies key to sort by
pdp
Possible values: [asc
, desc
]
Specifies sort
asc
Return results matching source market
Return results matching target market
Header Parameters
Your DataMaxi+ API key
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
data
specifies an array of premium data
bitcoin
specifies the date and the time in UTC milliseconds
1629780000000
specifies the price difference percentage between the source and target exchanges
0.02
specifies the price difference percentage between the source and target exchanges 15m ago
0.02
specifies the price difference percentage between the source and target exchanges 1h ago
0.02
specifies the price difference percentage between the source and target exchanges 24h ago
0.02
specifies the price difference percentage between the source and target exchanges 30m ago
0.02
specifies the price difference percentage between the source and target exchanges 4h ago
0.02
specifies the price difference percentage between the source and target exchanges 5m ago
0.02
specifies -2% volume depth from source exchange
10001.43
specifies the base token of the source exchange
BTC
specifies +2% volume depth from source exchange
10001.43
specifies the source exchange name
binance
specifies highest bid from source exchange
10001.43
specifies lowest bid from source exchange
10001.43
specifies the source market type
spot
specifies the latest price of the source exchange in requested currency
45000
specifies the price difference percentage of the source exchange in the last 15m
0.02
specifies the price difference percentage of the source exchange in the last 1h
0.02
specifies the price difference percentage of the source exchange in the last 24h
0.02
specifies the price difference percentage of the source exchange in the last 30m
0.02
specifies the price difference percentage of the source exchange in the last 4h
0.02
specifies the price difference percentage of the source exchange in the last 5m
0.02
specifies the quote token of the source exchange
USDT
1737525399882
specifies the trading volume of the source exchange in the last 24 hours in requested currency
1000000
specifies -2% volume depth from target exchange
10001.43
specifies the base token of the target exchange
BTC
specifies +2% volume depth from target exchange
10001.43
specifies the target exchange name
bybit
specifies highest bid from target exchange
10001.43
specifies lowest bid from target exchange
10001.43
specifies the target market type
futures
specifies the latest price of the target exchange
45010
specifies the price difference percentage of the target exchange in the last 15m
0.02
specifies the price difference percentage of the target exchange in the last 1h
0.02
specifies the price difference percentage of the target exchange in the last 24h
0.02
specifies the price difference percentage of the target exchange in the last 30m
0.02
specifies the price difference percentage of the target exchange in the last 4h
0.02
specifies the price difference percentage of the target exchange in the last 5m
0.02
specifies the quote token of the target exchange
USDT
1737525399882
specifies the trading volume of the target exchange in the last 24 hours in requested currency
1000000
{
"conversion_base": "string",
"currency": "string",
"data": [
{
"bid": "bitcoin",
"d": 1629780000000,
"pdp": 0.02,
"pdp15m": 0.02,
"pdp1h": 0.02,
"pdp24h": 0.02,
"pdp30m": 0.02,
"pdp4h": 0.02,
"pdp5m": 0.02,
"sad2p": 10001.43,
"sb": "BTC",
"sbd2p": 10001.43,
"se": "binance",
"shb": 10001.43,
"sla": 10001.43,
"sm": "spot",
"sp": 45000,
"spdp15m": 0.02,
"spdp1h": 0.02,
"spdp24h": 0.02,
"spdp30m": 0.02,
"spdp4h": 0.02,
"spdp5m": 0.02,
"sq": "USDT",
"st": 1737525399882,
"sv": 1000000,
"tad2p": 10001.43,
"tb": "BTC",
"tbd2p": 10001.43,
"te": "bybit",
"thb": 10001.43,
"tla": 10001.43,
"tm": "futures",
"tp": 45010,
"tpdp15m": 0.02,
"tpdp1h": 0.02,
"tpdp24h": 0.02,
"tpdp30m": 0.02,
"tpdp4h": 0.02,
"tpdp5m": 0.02,
"tq": "USDT",
"tt": 1737525399882,
"tv": 1000000
}
],
"key": "string",
"limit": 0,
"page": 0,
"sort": "string",
"total": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error
specifies the error message
{
"error": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error
specifies the error message
{
"error": "string"
}