Market
Endpoints to retrieve market requirements.
Get 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
Example
Get Requirements for Market
Path Parameters
Name
Type
Description
Example
Last updated
Was this helpful?