curl --request GET \
--url https://api.paxos.com/v2/markets
{
"markets": [
{
"market": "BTCUSD",
"base_asset": "BTC",
"quote_asset": "USD",
"tick_rate": "0.25"
}
]
}
Retrieves the set of current available markets for trading with details.
curl --request GET \
--url https://api.paxos.com/v2/markets
{
"markets": [
{
"market": "BTCUSD",
"base_asset": "BTC",
"quote_asset": "USD",
"tick_rate": "0.25"
}
]
}
A successful response.
The response is of type object
.
Was this page helpful?