📖 Descrição

Este endpoint retorna os detalhes de uma oportunidade de arbitragem específica com base no seu ID.

🛠️ Requisição

Método

GET

URL

curl --location 'localhost:8080/v1/arbitrage/66c4d97ddeaa9d4fd3f415fa'

Exemplo de Resposta

{
    "type": "future",
    "operation": {
        "unique": "",
        "html_message": "",
        "ticker": "",
        "best_buy_exchange_name": "",
        "best_sell_exchange_name": "",
        "min_price_ask": 0,
        "max_price_bid": 0,
        "best_buy_exchange_link": "",
        "best_sell_exchange_link": "",
        "volume_best_buy": 0,
        "volume_best_sell": 0,
        "common_networks": null,
        "profit_percent_ask_bid": 0,
        "fee_price": 0,
        "fee_details": {
            "base": "",
            "buy_min_withdraw": 0,
            "buy_fee": 0,
            "buy_warning_message": "",
            "buy_link_fee": "",
            "sell_min_withdraw": 0,
            "sell_fee": 0,
            "sell_warning_message": "",
            "sell_link_fee": ""
        },
        "created_at": "",
        "timestamp": "1970-01-01T00:00:00Z"
    },
    "future_operation": {
        "unique": "",
        "ticker": "RVNBTC",
        "spotPrice": 0,
        "futurePrice": 0,
        "spread": -0,
        "spreadPercentage": -3.33,
        "strategy": "BUY_SPOT_SELL_FUTURE",
        "fundingRate": 0,
        "isProfitable": false,
        "exchange": "Binance",
        "created_at": "10/07/2025 15:25",
        "timestamp": "2025-07-10T18:25:38.691Z"
    }
}