Market
Endpoints to retrieve market requirements.
Get Markets
GET https://api.redshift.radar.tech/api/markets
This endpoint allows you view available markets
[
{
"onchainTicker": string,
"offchainTicker": string,
"market": string
}
]Something went wrong...better call Craig WrightExample
$ curl https://api.redshift.radar.tech/api/markets
[
{
"onchainTicker":"BTC",
"offchainTicker":"LBTC",
"market":"BTC_LBTC"
},
{
"onchainTicker":"ETH",
"offchainTicker":"LBTC",
"market":"ETH_LBTC"
}
]Get Requirements for All Markets
GET https://api.redshift.radar.tech/api/markets/requirements
Example
Get Requirements for Market
GET https://api.redshift.radar.tech/api/markets/:market/requirements
Path Parameters
Name
Type
Description
market
string
The market to fetch requirements for.
Example
Last updated
Was this helpful?