<?php
/**
* Upbit API URL configuration
* 이 파일은 URL 설정 전용이다.
* 로직, 함수, 조건문 추가 금지.
*/
return [
// 시세 (Ticker)
'ticker' => 'https://api.upbit.com/v1/ticker',
// 마켓 목록
'market_all' => 'https://api.upbit.com/v1/market/all',
// 오더북
'orderbook' => 'https://api.upbit.com/v1/orderbook',
];