https://onticapp.com/

Routing

home_page Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /
# Route name Path Log
1 api_genid /api/.well-known/genid/{id} Path does not match
2 api_entrypoint /api/{index}.{_format} Path does not match
3 api_doc /api/docs.{_format} Path does not match
4 api_jsonld_context /api/contexts/{shortName}.{_format} Path does not match
5 _api_/currencies/{id}.{_format}_get /api/currencies/{id}.{_format} Path does not match
6 _api_/notifications/{id}.{_format}_get /api/notifications/{id}.{_format} Path does not match
7 _api_/orders/{id}.{_format}_get /api/orders/{id}.{_format} Path does not match
8 NewBot /api/robot/create Path does not match
9 _api_/robots/{id}.{_format}_get /api/robots/{id}.{_format} Path does not match
10 RemoveBot /api/robot/delete Path does not match
11 EditBot /api/robot/update Path does not match
12 StartBot /api/robot/start Path does not match
13 StopBot /api/robot/stop Path does not match
14 CronBot /api/robot/cron Path does not match
15 user_register /api/users.{_format} Path does not match
16 _api_/users/{id}.{_format}_get /api/users/{id}.{_format} Path does not match
17 _api_/wallets/{id}.{_format}_get /api/wallets/{id}.{_format} Path does not match
18 _preview_error /_error/{code}.{_format} Path does not match
19 2fa_login /2fa Path does not match
20 2fa_login_check /2fa_check Path does not match
21 _wdt /_wdt/{token} Path does not match
22 _profiler_home /_profiler/ Path does not match
23 _profiler_search /_profiler/search Path does not match
24 _profiler_search_bar /_profiler/search_bar Path does not match
25 _profiler_phpinfo /_profiler/phpinfo Path does not match
26 _profiler_search_results /_profiler/{token}/search/results Path does not match
27 _profiler_open_file /_profiler/open Path does not match
28 _profiler /_profiler/{token} Path does not match
29 _profiler_router /_profiler/{token}/router Path does not match
30 _profiler_exception /_profiler/{token}/exception Path does not match
31 _profiler_exception_css /_profiler/{token}/exception.css Path does not match
32 admin_orders_get /api/admin/orders/get Path does not match
33 admin_get_options /api/admin/getoptions Path does not match
34 admin_save_options /api/admin/saveoptions Path does not match
35 bank_get /api/bank/get Path does not match
36 currencies_all_price /pub/crypto/alllist Path does not match
37 currencies_price /pub/crypto/list Path does not match
38 currencies_list /api/crypto/list Path does not match
39 order_marketsubmit /api/order/marketsubmit Path does not match
40 order_cancelmarketsubmit /api/order/cancelmarketsubmit Path does not match
41 trade_matchengine /pub/order/matchengine Path does not match
42 home_page / Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.