Trading Pairs
This endpoint allows you to retrieve available tradings pairs
Query Params
{
"code": 200,
"message": "Success",
"exchange": {
"order": 1,
"id": 1,
"name": "Mirae Asset",
"image": "https://stockhero.s3.ap-southeast-1.amazonaws.com/public/exchanges/mirae_asset.png",
"active": 1,
"status": "ok",
"require_param": null,
"start_at_minute": 120,
"end_at_minute": 950,
"holiday": "2024-07-07,2024-08-17,2024-09-16,2024-12-25,2024-12-26",
"is_future": 0,
"need_auth": 0,
"doc_link": "https://docs.stockhero.ai/connecting-exchanges/",
"note": null
},
"transaction_fee": [],
"usd": [
{
"id": 1,
"exchange_id": 1,
"pair_id": 1,
"name": "AAPL-USD",
"pair": {
"id": 1,
"from": "AAPL",
"to": "USD",
"quote_image": "",
"base_image": ""
}
},
...
]
}Last updated