OKX Swaps

Realtime tracking of swaps on OKX dex

Basic
Premium
Enterprise
Credit Cost

0


Subscribe / Unsubscribe

// Subscribe 
{
  "type": "subscribe",
  "payload": {
    "stream": "okx-dex-swaps"
  }
}
// Unsubscribe
{
  "type": "unsubscribe",
  "payload": {
    "stream": "okx-dex-swaps"
  }
}

Incoming message structure

{
    "type": "stream_data",
    "stream": "okx-dex-swaps",
    "data": {
        "timestamp": 1753674552944,
        "source": "okx-dex-swaps",
        "signature": "3pJSxfX7BPK1s85kfQAV1yiu3xnRgKNL5faU2gbrrSfm9MgFWdnDRoScjno8BiaQ6PriafB4AcrucThyLvJ57YU4",
        "wallet": "AVqoHtqMtkGaMpExwympTooUiYTgg9EhmZs3EMarpTtN",
        "slot": "356216844",
        "swap": {
            "input_mint": "So11111111111111111111111111111111111111112",
            "input_amount": 209031,
            "input_decimals": 9,
            "output_mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "output_amount": 40516,
            "output_decimals": 6,
            "price": 0.005159221048474677,
            "price_inverse": 193.82770976553718,
            "volume_usd": 0.04037223711405171,
            "input_price_usd": 193.13995107927394,
            "output_price_usd": 0.9964517009095594
        },
        "event_data": {
            "instruction": "PlatformFeeSolProxySwapV2",
            "payer": "AVqoHtqMtkGaMpExwympTooUiYTgg9EhmZs3EMarpTtN",
            "before_source": 209031,
            "before_destination": 0,
            "after_source": 0,
            "after_destination": 40516,
            "source_token_change": 209031,
            "destination_token_change": 40516
        },
        "type": "okx_dex_swap"
    },
    "timestamp": 1753674555386
}

Last updated