Skip to main content
Glama

Controtto

by contre95
tradesTable.html18.4 kB
<table class="z-30 w-full divide-y divide-gray-200 dark:divide-gray-700 transition-all" id="table"> <thead class="bg-gray-50 lg:dark:bg-neutral-700 dark:bg-neutral-900"> <tr> <th scope="col" class="py-2 px-4 text-blue lg:text-sm font-normal text-left rtl:text-right text-gray-500 dark:text-gray-400"> <div class="flex items-center ml-3 lg:text-sm text-lg gap-x-3"> <span> <i class="fa-solid fa-chart-simple"></i> Pair</span> </div> </th> <th scope="col" class="px-12 py-2 text-sm font-normal rtl:text-right text-gray-500 dark:text-gray-400 hidden lg:table-cell"> <button class="gap-x-2"> <span><i class="fa-regular fa-money-bill-1"></i> Base</span> </button> </th> <th scope="col" class="px-4 py-2 text-sm font-normal rtl:text-right text-gray-500 dark:text-gray-400 hidden lg:table-cell"> <button class="gap-x-2"> <span><i class="fa-solid fa-dollar-sign"></i> Quote</span> </button> </th> <th scope="col" class="px-12 py-2 text-sm font-normal rtl:text-right text-gray-500 dark:text-gray-400"> <button class="gap-x-2"> <div class="flex items-center ml-3 lg:text-sm text-lg gap-x-3"> <i class="fa-solid fa-coins "></i><span> Type</span> </div> </button> </th> <th scope="col" class="relative py-2 px-4"> <button class="px-4 py-2 text-sm font-normal text-left rtl:text-right text-gray-500 dark:text-gray-400" type="button"> <i class="fa-solid fa-trash"></i> </button> </th> </tr> </thead> <tbody id="tbody" class="bg-white rounded-md divide-blue-100 dark:divide-gray-800 lg:dark:bg-neutral-800 dark:bg-neutral-900 animate__headShake animate__animated"> {{ range .Pairs }} <tr id="pair{{ .ID }}" class="animate__animated cursor-pointer hover:dark:bg-neutral-800 hover:bg-neutral-100"> <td class="px-4 py-5 lg:text-sm text-lg font-medium text-gray-700 whitespace-nowrap" type="button" hx-push-url="true" hx-get="/pairs/{{ .ID }}/" hx-target="#contenido" hx-trigger="click"> <div class="inline-flex items-center gap-x-3"> <div class="flex items-center gap-x-2"> <svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" class=" h-8 w-8"> <g id="Background"> <path fill="#545454" id="Path 0" class="s0" d="m603.5 75.6c-7.7 0.8-19.2 2.3-25.5 3.4-6.3 1.2-15.1 3-19.5 4.1-4.4 1.1-13.6 3.8-20.5 6.1-6.9 2.2-17.2 6.1-23 8.5-5.8 2.5-15.2 7-21 10-5.8 3.1-14.1 7.9-18.5 10.7-4.4 2.8-11.4 7.5-15.5 10.4-4.1 2.9-11.8 8.9-17 13.2-5.2 4.3-14.5 12.9-20.6 19.2-6 6.2-14.6 15.8-19 21.3-4.4 5.5-10.9 14.5-14.5 20-3.7 5.5-9.2 14.5-12.2 20-3.1 5.5-7.6 14.6-10.1 20.3-2.6 5.6-6.4 15.5-8.7 22-2.2 6.4-5.5 17.8-7.3 25.2-1.9 7.4-4 17.4-4.7 22.2l-1.4 8.6c-17.1 3.5-27.9 6.3-35 8.4-7.1 2.2-17.7 5.9-23.5 8.2-5.8 2.4-15.6 6.9-21.8 10-6.1 3.1-16 8.6-21.9 12.2-6 3.6-15.7 10.3-21.8 14.9-6.1 4.5-15.5 12.3-21 17.2-5.5 4.9-14 13.4-18.9 18.9-4.9 5.4-12.6 14.8-17.1 20.9-4.6 6.1-11.3 16-15 22-3.7 6.1-8.8 15.3-11.5 20.5-2.6 5.2-6.8 14.7-9.3 21-2.5 6.3-6.1 16.7-8 23-2 6.3-4.6 17.1-6 24-1.4 6.9-3.1 17-3.8 22.5-0.8 5.9-1.3 19.7-1.3 33.5 0.1 19.1 0.5 26.2 2.3 38 1.2 8 4 21.3 6.1 29.5 2.1 8.3 5.9 20.6 8.5 27.5 2.6 6.9 7.7 18.6 11.4 26 3.7 7.4 9.6 18 13 23.5 3.5 5.5 10.2 15.2 15 21.5 4.7 6.3 14.4 17.5 21.6 24.9 7.2 7.4 17.9 17.4 24 22.4 6.1 4.9 16.2 12.5 22.5 16.7 6.3 4.2 16 10.2 21.5 13.2 5.5 3.1 14.5 7.6 20 10.1 5.5 2.4 14.5 6.1 20 8.2 5.5 2 15.6 5.3 22.5 7.1 6.9 1.9 18.6 4.5 26 5.8 7.4 1.4 19.8 3 27.5 3.6 8.8 0.8 21.3 1.1 33.5 0.7 11.7-0.4 25.1-1.5 33.5-2.7 7.7-1.2 20.8-3.9 29-6 8.2-2.1 20.9-5.9 28-8.5 7.1-2.6 18.2-7.2 24.5-10.2 6.3-3 17.3-8.9 24.4-13.1 7.1-4.2 17.9-11.5 24.1-16.2 6.3-4.7 15.9-12.5 21.5-17.5 5.6-5 13.4-12.6 17.4-17 4-4.4 10.3-11.8 14.1-16.5 3.8-4.7 10.6-14.1 15.1-21 4.5-6.9 10.7-17.2 13.8-23 3-5.8 7.5-15.2 9.9-21 2.4-5.8 6.2-16.1 8.5-23 2.2-6.9 5.2-17.7 6.5-24 1.4-6.3 3-14.8 3.6-18.7 0.8-5.6 1.5-7.4 2.8-7.7 1-0.3 5.4-1.2 9.8-2 4.4-0.9 12.7-3 18.5-4.6 5.8-1.6 15.7-4.9 22-7.2 6.3-2.3 18.9-7.9 28-12.4 9.1-4.5 22.6-12.3 30-17.2 7.4-5 17.3-12.1 22-15.8 4.7-3.7 15.3-13.5 23.5-21.8 8.3-8.3 18.5-19.6 22.6-25.1 4.2-5.5 10.6-14.5 14.2-20 3.6-5.5 9.2-15.2 12.6-21.5 3.3-6.3 8.1-16.4 10.6-22.5 2.5-6 6.4-16.6 8.6-23.5 2.2-6.9 5-17.7 6.4-24 1.3-6.3 3.2-17.1 4.1-24 1.2-8.5 1.7-19.4 1.7-34 0-14.8-0.5-25.4-1.7-34-0.9-6.9-2.5-16.8-3.6-22-1.1-5.2-3.4-14.4-5.1-20.5-1.7-6-5.3-16.6-8-23.5-2.7-6.9-7.5-17.7-10.7-24-3.2-6.3-8.5-15.8-11.8-21-3.2-5.2-9.4-14.3-13.9-20.2-4.4-5.8-12-15.2-17-20.8-5-5.6-13.7-14.4-19.5-19.5-5.8-5.2-13.9-11.9-18-15.1-4.1-3.1-12.9-9.3-19.5-13.6-6.6-4.4-19-11.4-27.5-15.7-8.5-4.2-21.4-9.9-28.5-12.5-7.1-2.6-19.8-6.5-28-8.6-8.3-2.1-19.5-4.6-25-5.5-5.5-0.9-17-2.3-25.5-3.1-8.5-0.8-19.8-1.3-25-1.3-5.2 0.1-15.8 0.8-23.5 1.5zm-375 8.1c-1.1 0.2-3.1 0.9-4.5 1.5-1.4 0.5-3.4 2.2-4.4 3.7-1.2 1.6-1.8 4.2-1.8 7.1 0 2.7 2.1 10.2 5 18.5l4.9 14c-14.1 6-24.5 11-32.2 14.9-7.7 4-18.5 10-24 13.5-5.5 3.4-13.5 8.8-17.9 11.9-4.3 3.2-12.2 9.3-17.5 13.8-5.3 4.5-15 13.7-21.6 20.5-6.6 6.8-15.4 16.7-19.4 21.9-4.1 5.2-11 14.9-15.3 21.5-4.4 6.6-11.7 19.4-16.2 28.5-4.5 9.1-10.1 21.7-12.4 28-2.3 6.3-5.6 16.2-7.3 22-1.6 5.8-4.3 17-5.9 25-1.6 8-3.4 19-4.1 24.5-0.6 5.5-0.9 12-0.6 14.5 0.2 2.5 1.4 6.3 2.5 8.5 1.1 2.2 3.3 5.2 4.9 6.7 1.5 1.5 5.1 3.7 7.8 4.9 2.8 1.2 7.9 2.4 11.5 2.7 4.4 0.3 8.5-0.1 12.5-1.2 3.3-1 8.3-3.2 11-5.1 2.8-1.8 6.2-5.1 7.7-7.2 1.5-2.1 3.4-5.4 4.2-7.3 0.8-1.9 1.9-7.8 2.5-13 0.7-5.2 2-13.8 3.1-19 1.1-5.2 3.1-13.5 4.5-18.5 1.4-4.9 4.7-14.2 7.1-20.5 2.5-6.3 7-16 9.8-21.5 2.9-5.5 7.4-13.4 10.1-17.5 2.6-4.1 7.7-11.3 11.4-16 3.6-4.7 11.1-13.2 16.6-18.9 5.5-5.7 14.1-13.8 19-17.9 4.9-4.2 13.7-10.7 19.5-14.5 5.8-3.8 14.3-9 19-11.5 4.7-2.6 13.4-6.8 19.5-9.4l11-4.7c7.8 22 10.6 29.3 11.2 30.4 0.6 1.1 2.6 3.3 4.4 4.9 3 2.5 4 2.8 7.9 2.3 2.5-0.3 5.6-1.4 7-2.5 1.4-1 21-22.5 43.7-47.8 22.7-25.2 42.1-47.7 43.3-49.9 1.1-2.2 2-5.1 2-6.5 0-1.4-0.8-3.8-1.8-5.5-1-1.6-3.4-3.8-5.3-4.7-1.9-0.9-30.8-6.9-64.4-13.2-33.6-6.4-62.1-11.8-63.5-11.9-1.4-0.2-3.4-0.2-4.5 0zm702 514.1c-1.6 0.5-5 1.8-7.5 3-2.5 1.2-6.2 3.5-8.2 5.2-2.3 1.8-5 5.5-6.8 9.3-2 4.3-3.3 8.9-4 15.2-0.6 5-2 13.7-3.1 19.5-1.2 5.8-3.6 15.5-5.4 21.5-1.8 6-5.4 16-8 22-2.6 6-6.6 14.6-9 19-2.4 4.4-7.4 12.7-11.2 18.5-3.8 5.8-10.3 14.5-14.5 19.5-4.1 5-12 13.3-17.4 18.5-5.4 5.3-13.7 12.5-18.4 16.2-4.7 3.6-12.3 9-17 12.1-4.7 3-12.5 7.6-17.5 10.3-5 2.7-13.5 6.7-19 9.1l-10 4.2c-6.6-18.9-9.3-26.2-10.3-28.3-0.9-2.1-3.2-5.2-4.9-6.7-2.3-2-4.4-2.9-6.8-2.9-1.9 0-4.7 0.6-6.2 1.4-1.6 0.7-5.7 4.5-9.3 8.3-3.6 3.8-22.5 24.8-42 46.6-19.5 21.9-36.5 41.6-37.8 44-1.2 2.3-2.2 5.3-2.2 6.7 0 1.4 0.8 3.9 1.8 5.5 1 1.7 3.4 3.8 5.3 4.7 1.9 0.9 21.4 5.1 43.4 9.3 22 4.1 50.6 9.6 63.5 12.1 20.2 4 24 4.5 27.3 3.5 2-0.6 4.8-2.4 6.2-4.1 1.9-2.3 2.5-4.1 2.5-8 0-3.5-1.5-9.3-4.9-18.7l-4.9-13.8c15.7-6.8 25.5-11.4 31.8-14.6 6.3-3.2 17.1-9.3 24-13.6 6.9-4.3 15.9-10.3 20-13.4 4.1-3 11.5-8.9 16.5-13.1 5-4.2 14.2-12.9 20.5-19.4 6.3-6.6 14.6-15.7 18.3-20.4 3.8-4.7 10.6-14.1 15.2-21 4.6-6.9 11.3-18.1 14.9-25 3.6-6.9 8.6-17.5 11.1-23.5 2.5-6 6.6-17.1 8.9-24.5 2.4-7.4 5.5-18.7 6.9-25 1.5-6.3 3.4-16.2 4.3-22 1-5.8 1.8-14.8 1.8-20 0.1-7.9-0.3-10.2-2.1-13.5-1.1-2.2-3.4-5.2-5-6.6-1.5-1.5-4.8-3.7-7.3-4.9-3.3-1.7-6.7-2.4-12.5-2.6-4.4-0.2-9.4 0-11 0.4z" /> <path fill="{{ .BaseAsset.Color }}" id="Path 1" class="s1" d="m376.5 358c-6.1 0.5-15.5 1.6-21 2.5-5.5 1-15.2 3-21.5 4.5-6.3 1.6-16.9 4.8-23.5 7.1-6.6 2.4-18.5 7.5-26.5 11.5-8 4-19.7 10.7-26 14.9-6.3 4.2-14.6 10.2-18.5 13.3-3.8 3.2-11.2 9.8-16.4 14.7-5.1 4.9-12.9 13.3-17.3 18.5-4.4 5.2-11 14-14.7 19.5-3.8 5.5-8.9 13.6-11.3 18-2.5 4.4-6.7 12.7-9.2 18.5-2.6 5.8-6.3 15.2-8.2 21-2 5.8-4.6 15-6 20.5-1.3 5.5-3 14.5-3.9 20-0.8 5.5-1.8 17.2-2.2 26-0.3 9.8-0.1 20.9 0.6 28.5 0.7 6.9 2.4 18.4 3.7 25.5 1.4 7.1 4.8 19.8 7.5 28 2.8 8.3 8.1 21.3 11.8 29 3.8 7.7 10.1 19 14.1 25 4 6 10.7 15.3 14.9 20.5 4.2 5.2 11.9 13.8 17.1 19 5.2 5.2 13.8 13 19 17.2 5.2 4.2 14 10.6 19.5 14.2 5.5 3.7 15.6 9.6 22.5 13.1 6.9 3.5 17.2 8.2 23 10.4 5.8 2.3 14.3 5.2 19 6.6 4.7 1.3 12.3 3.4 17 4.4 4.7 1.1 13 2.7 18.5 3.6 5.5 0.9 18.1 1.8 28 2.2 11 0.3 22.8 0.1 30.5-0.6 6.9-0.7 19.1-2.5 27.2-4.2 8.2-1.6 20.9-4.9 28.3-7.4 7.4-2.5 18.1-6.6 23.7-9.1 5.7-2.5 14.4-6.8 19.3-9.6 5-2.8 12.4-7.3 16.5-10.1 4.1-2.7 11.8-8.4 17-12.6 5.2-4.2 12.6-10.5 16.4-14.1 3.8-3.6 11.2-11.5 16.4-17.5 5.1-6 12.4-15.5 16.1-21 3.8-5.5 9.1-14 11.9-19 2.8-5 7.3-14.2 10-20.5 2.7-6.3 6.6-16.7 8.6-23 2-6.3 4.7-16.9 6.1-23.5 1.3-6.6 2.9-16.4 3.4-21.8 0.6-5.3 1.1-16.4 1.1-24.7 0-8.3-0.5-19.4-1.1-24.8-0.5-5.3-2.1-15.3-3.5-22.2-1.4-6.9-4.7-19.3-7.5-27.5-2.8-8.3-7.6-20.4-10.8-27-3.2-6.6-8.4-16.3-11.7-21.5-3.2-5.2-9.2-14-13.3-19.5-4.1-5.5-12.9-15.6-19.5-22.3-6.7-6.8-16.1-15.7-21.1-19.7-5-4-13-9.9-18-13.2-5-3.3-13-8.3-18-11.1-4.9-2.8-14.2-7.3-20.5-10-6.3-2.7-16.7-6.6-23-8.7-6.3-2-16.2-4.7-22-6-5.8-1.3-15.7-3.1-22-3.9-6.3-0.8-17.8-1.7-25.5-1.9-7.7-0.3-18.9-0.2-25 0.3z" /> <path fill='{{ .QuoteAsset.Color }}' id="Path 2" class="s2" d="m599.5 117.5c-6 0.8-16.4 2.6-23 4-6.6 1.5-17 4.3-23 6.2-6 2-16 5.7-22 8.2-6 2.6-15 6.9-20 9.6-4.9 2.7-13.9 8.2-20 12.3-6.1 4.1-14.4 10.2-18.5 13.5-4.1 3.4-12.2 10.8-18 16.7-5.8 5.8-13.6 14.3-17.3 19-3.8 4.7-9.9 13-13.5 18.5-3.7 5.5-9.9 16.3-13.8 24-3.8 7.7-8.9 19.4-11.3 26-2.3 6.6-5.6 17.6-7.2 24.5-1.6 6.9-3.2 13.5-3.4 14.8-0.5 2.2-0.4 2.2 11.8 2.2 6.7 0 16.9 0.5 22.7 1 5.8 0.6 15.7 2 22 3.1 6.3 1.1 17.5 3.5 24.8 5.4 7.2 1.9 18.3 5.3 24.5 7.6 6.1 2.2 17.5 7.1 25.2 10.8 7.7 3.7 19.2 9.8 25.5 13.6 6.3 3.8 16.7 10.8 23 15.6 6.3 4.7 16 12.6 21.5 17.6 5.5 4.9 13.6 13 18 17.9 4.4 5 10.2 11.9 13 15.5 2.7 3.5 7.9 10.5 11.4 15.4 3.6 4.9 8.2 11.9 10.3 15.5 2.1 3.6 6.1 11 8.9 16.5 2.8 5.5 7.1 14.7 9.4 20.5 2.4 5.8 5.9 15.4 7.8 21.5 1.9 6 4.7 16.2 6 22.5 1.4 6.3 3.1 14.9 3.6 19 0.6 4.1 1.6 12.9 2.1 19.5 0.6 6.6 1.2 12.2 1.5 12.5 0.3 0.3 4.5-0.6 9.3-1.9 4.8-1.3 13.9-4.2 20.2-6.3 6.3-2.2 17.4-6.8 24.5-10.2 7.1-3.4 17-8.6 22-11.6 5-3 14.4-9.5 21-14.4 6.6-5 17.9-14.9 25-22.1 7.2-7.1 16.9-18.2 21.7-24.5 4.7-6.3 11.1-15.6 14.1-20.5 3-4.9 7.1-12.4 9.2-16.5 2.1-4.1 5.8-12.4 8.2-18.5 2.4-6.1 5.7-15.5 7.3-21 1.6-5.5 3.8-14.5 4.9-20 1.1-5.5 2.5-14.1 3.2-19 0.6-4.9 1.1-16.6 1.1-26 0.1-9.4-0.5-21.5-1.1-27-0.7-5.5-2.4-15.4-3.8-22-1.3-6.6-4.5-18.1-6.9-25.5-2.5-7.4-7.7-20-11.5-28-3.9-8-10-19-13.6-24.5-3.6-5.5-9.3-13.6-12.7-18-3.3-4.4-11.2-13.3-17.6-19.9-6.3-6.5-16-15.5-21.5-19.9-5.5-4.4-14.7-11.2-20.5-14.9-5.8-3.8-15.7-9.5-22-12.7-6.3-3.2-16.7-7.9-23-10.4-6.3-2.5-16.5-5.9-22.5-7.5-6-1.7-16-4-22-5.1-6-1.2-15-2.5-20-3.1-5-0.5-16.9-0.9-26.5-0.9-9.6 0.1-22.5 0.7-28.5 1.4z" /> <path fill="#545454" id="Path 3" class="s0" d="m621.4 155.8c-1.2 0.9-2.7 2.7-3.3 3.9-0.6 1.3-1.1 4-1.1 6 0 2.1 0.9 5.3 2 7 1.1 1.8 2.8 3.7 3.8 4.2 0.9 0.5 7.8 1.4 15.2 2 7.4 0.7 18.9 2.3 25.5 3.6 6.6 1.3 17.3 4.2 23.8 6.5 6.4 2.2 16.5 6.4 22.5 9.4 5.9 2.9 15.6 8.7 21.7 12.7 6.5 4.4 15.6 11.9 22.4 18.4 6.3 6.1 14.5 15.1 18.4 20 3.8 4.9 9.4 13.3 12.5 18.5 3.1 5.2 7.2 13.3 9.3 18 2 4.7 5 12.8 6.7 18 1.7 5.2 4 14 5.1 19.5 1.1 5.5 2.5 15.9 3.1 23 0.7 8.1 1.6 13.8 2.5 15.2 0.8 1.3 3.1 3 5 3.8 1.9 0.8 4.6 1.5 6 1.5 1.4 0 4.1-0.7 6-1.5 2.2-1 4.1-2.8 5.3-5.1 1.6-3.3 1.6-4.7 0.4-17.3-0.6-7.5-2.3-19.1-3.7-25.9-1.4-6.7-4.1-17-6.1-23-2-5.9-6.2-16.1-9.3-22.7-3.2-6.6-8-15.6-10.7-20-2.7-4.4-7.7-11.6-11-16-3.3-4.4-10.1-12.2-15-17.4-4.9-5.1-12.9-12.6-17.9-16.6-5-4-12.8-9.8-17.5-13-4.7-3.1-14.8-8.7-22.5-12.5-7.7-3.8-19.2-8.7-25.5-10.8-6.3-2.2-16-5-21.5-6.2-5.5-1.2-14.7-2.8-20.5-3.6-5.8-0.7-14.8-1.4-20-1.4-7.5 0-9.9 0.4-11.6 1.8zm-230.9 240.4c-1.6 0.4-3.8 1.6-4.8 2.6-1 0.9-2.3 3.3-2.9 5.2-0.7 2.5-0.7 4.5 0 7 0.6 1.9 2.3 4.6 3.9 6 2.5 2.3 4.1 2.7 16.3 3.7 7.4 0.7 18.5 2.2 24.5 3.3 6.1 1.2 16.4 4 23 6.1 6.6 2.2 16.7 6.2 22.5 9 5.8 2.8 14.3 7.6 19 10.6 4.7 3.1 11.2 7.6 14.5 10.2 3.3 2.5 9.5 8 13.9 12.1 4.3 4.1 10.6 10.9 13.9 15 3.3 4.1 8.7 11.5 12 16.5 3.2 4.9 8.1 13.5 10.7 19 2.6 5.5 6.4 14.7 8.3 20.5 1.9 5.8 4.4 14.8 5.5 20 1.1 5.2 2.5 14 3.1 19.5 0.6 5.5 1.2 12.2 1.5 15 0.4 3.4 1.3 5.7 2.8 7.3 1.3 1.3 3.9 2.8 5.8 3.4 2.6 0.8 4.6 0.8 7.8 0 2.5-0.7 5-2.3 6.2-4 1.7-2.2 2.1-4.2 2-10.7 0-4.4-0.5-11.8-1-16.5-0.6-4.7-2-13-3.1-18.5-1.1-5.5-3.8-15.4-6-22-2.2-6.6-6.7-17.6-10-24.5-3.3-6.9-8.6-16.3-11.6-21-3.1-4.7-7.8-11.4-10.6-15-2.8-3.6-7.6-9.4-10.6-12.8-3.1-3.5-10.6-10.6-16.6-15.9-6-5.2-15.7-12.6-21.5-16.5-5.8-3.8-16.3-9.8-23.5-13.4-7.1-3.5-19.1-8.3-26.5-10.8-7.4-2.4-18.2-5.3-24-6.5-5.8-1.1-14.3-2.5-19-3-4.7-0.6-11.6-1.2-15.5-1.4-3.8-0.2-8.3 0-10 0.5zm-198.3 192.4l-3.7 3.7c1.2 18 2.2 27.5 3 32.7 0.9 5.2 2.9 14.7 4.6 21 1.7 6.3 4.7 15.5 6.6 20.5 2 5 5.7 13.3 8.3 18.5 2.6 5.2 7.9 14.2 11.7 20 3.8 5.8 10.3 14.5 14.5 19.5 4.1 5 10.8 12.1 14.9 15.9 4.1 3.8 11 9.7 15.4 13.1 4.4 3.5 12.1 8.8 17 11.9 5 3.1 14 8.1 20 11.1 6.1 2.9 15.7 7 21.5 9 5.8 2 14.8 4.7 20 6 5.2 1.3 14.2 3.1 20 4 5.8 0.9 15.2 1.8 21 2.2 6.7 0.3 11.5 0.1 13.3-0.6 1.5-0.6 3.6-2.6 4.7-4.4 1.1-1.7 2-4.8 2-6.7 0-1.9-0.9-5-2-6.8-1.1-1.7-3.3-3.9-5-4.7-1.6-0.8-5.5-1.5-8.5-1.5-3 0-10.6-0.7-16.7-1.5-6.2-0.8-15.8-2.6-21.3-3.9-5.5-1.4-14-3.9-19-5.6-4.9-1.8-13.5-5.3-19-8-5.5-2.6-14.3-7.6-19.5-11-5.2-3.5-12.6-8.9-16.5-12.1-3.8-3.1-10.4-9.3-14.6-13.6-4.1-4.3-9.4-10.1-11.6-12.8-2.2-2.8-6.8-9.3-10.3-14.5-3.4-5.2-8.1-13.5-10.5-18.5-2.4-5-5.9-13.5-7.8-19-1.9-5.5-4.6-15.2-6-21.5-1.4-6.3-3.1-17.4-3.7-24.5-0.6-7.1-1.5-14-2.1-15.3-0.5-1.2-2.4-3.1-4.1-4.2-2.1-1.3-5.1-2-8.1-2-4.3 0-5.4 0.5-8.5 3.6z" /> </g> </svg> <div> <h2 class="font-medium text-gray-800 dark:text-white">{{ .BaseAsset.Symbol }} / {{ .QuoteAsset.Symbol }} </h2> <p class="lg:text-sm text-md font-normal text-gray-600 dark:text-gray-400">Binance</p> </div> </div> </div> </td> <td class="px-12 py-2 text-sm font-normal text-center rtl:text-right text-gray-500 dark:text-gray-400 hidden lg:table-cell" type="button" hx-push-url="true" hx-get="/pairs/{{ .ID }}/" hx-target="#contenido" hx-trigger="click"> <div class="inline-flex items-center px-3 py-1 rounded-full gap-x-2 bg-gray-100/60 dark:bg-neutral-800"> <span class="h-1.5 w-1.5 rounded-full bg-emerald-500"></span> <h2 class="text-sm font-normal text-gray-500"> <span class="font-bold leading-normal text-sm text-emerald-500" style="color:{{ .BaseAsset.Color }}"> {{ .BaseAsset.Symbol }} </span> </h2> </div> </td> <td class="px-12 py-2 text-sm font-normal text-center rtl:text-right text-gray-500 dark:text-gray-400 hidden lg:table-cell" type="button" hx-push-url="true" hx-get="/pairs/{{ .ID }}/" hx-target="#contenido" hx-trigger="click"> <div class="inline-flex items-center px-3 py-1 rounded-full gap-x-2 bg-gray-100/60 dark:bg-neutral-900"> <span class="h-1.5 w-1.5 rounded-full bg-emerald-500"></span> <h2 class="text-sm font-normal text-gray-500"> <span class="font-bold leading-normal text-sm text-emerald-500" style="color:{{ .QuoteAsset.Color }}"> {{ .QuoteAsset.Symbol }} </span> </h2> </div> </td> <th scope="col" class="py-2 lg:text-sm text-sm font-normal text-gray-500 dark:text-gray-400" type="button" hx-push-url="true" hx-get="/pairs/{{ .ID }}/" hx-target="#contenido" hx-trigger="click"> {{ if eq .BaseAsset.Type "Stock" }} <span class="px-3 py-1 text-indigo-500 rounded-l-lg dark:bg-neutral-900 bg-indigo-100/60"> {{ .BaseAsset.Type }} </span> {{ end }} {{ if eq .BaseAsset.Type "Crypto" }} <span class="px-3 py-1 text-pink-500 rounded-l-lg dark:bg-neutral-900 bg-pink-100/60"> {{ .BaseAsset.Type }} </span> {{ end }} {{ if eq .BaseAsset.Type "Forex" }} <span class="px-3 py-1 text-blue-500 rounded-l-lg dark:bg-neutral-900 bg-blue-100/60"> {{ .BaseAsset.Type }} </span> {{ end }} {{ if eq .QuoteAsset.Type "Stock" }} <span class="px-3 py-1 text-indigo-500 rounded-r-lg dark:bg-neutral-900 bg-indigo-100/60"> {{ .QuoteAsset.Type }} </span> {{ end }} {{ if eq .QuoteAsset.Type "Crypto" }} <span class="px-3 py-1 text-pink-500 rounded-r-lg dark:bg-neutral-900 bg-pink-100/60"> {{ .QuoteAsset.Type }} </span> {{ end }} {{ if eq .QuoteAsset.Type "Forex" }} <span class="px-3 py-1 text-blue-500 rounded-r-lg dark:bg-neutral-900 bg-blue-100/60"> {{ .QuoteAsset.Type }} </span> {{ end }} </th> <td class="px-4 py-4 text-sm whitespace-nowrap text-right"> <div class="mt-1 flex lg:text-sm text-lg text-right items-center justify-center"> <button hx-target="#mitoast" hx-delete="/pairs/{{ .ID }}" class="text-gray-500 mx-2 float-left flex transition-colors duration-200 dark:hover:text-red-500 dark:text-gray-300 hover:text-red-500 focus:outline-none" _="on htmx:confirm(issueRequest) halt the event call Swal.fire({title: 'Confirm', text:'All trades associated will be deleted. Are you sure ?'}) if result.isConfirmed toggle .animate__backOutRight on #pair{{ .ID }} then wait 1s then issueRequest()"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-5 h-5 md:text-gray-300 text-red-300 text-right flex–end md:scale-100 scale-120 md:border-none rounded-lg"> <path stroke-linecap="round" stroke-linejoin="round" d="M14.74 9l-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 01-2.244 2.077H8.084a2.25 2.25 0 01-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 00-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 013.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 00-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 00-7.5 0" /> </svg> <span class="md:block hidden "> &nbsp;Delete </span> </button> </div> </td> </tr> {{ end }} </tbody> </table>

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/contre95/controtto'

If you have feedback or need assistance with the MCP directory API, please join our Discord server