📖 Descrição
Este endpoint cria ou atualiza o ranking das exchanges com base nas métricas fornecidas, como volume de transações e oportunidades de arbitragem.🛠️ Requisição
Método
POST
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POST
curl --location --request POST 'http://localhost:8080/v1/statistics/top3' \
--header 'Content-Type: application/json' \
--data-raw '{
"exchange": "Binance",
"score": 95.5,
"volume": 1000000.00,
"opportunities": 150
}'