sendBundle

Example Request

{
    "id": 1,
    "jsonrpc": "2.0",
    "method": "sendBundle",
    "params": [
        [
            "user_tx_base58_serialized",
            "searcher_tx_base58_serialized"
        ]
    ]
}

Example Response

{
    "id": 1,
    "jsonrpc": "2.0",
    "result": "b82190b536340d69c2437e54fe298449d9e44b32d1cb61144454145e01999315"
}

Last updated