cURL
curl --request POST \ --url https://api.leokit.dev/save-transaction \ --header 'Api-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "quote_id": "01936b4a-7c8e-7890-abcd-ef1234567890", "tx_hash": "0xa1b2c3d4e5f67890abcdef1234567890abcdef1234567890abcdef1234567890" } '
{ "message": "Transaction saved successfully" }
Save transaction hash for tracking
Documentation IndexFetch the complete documentation index at: https://docs.leokit.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.leokit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Demo API-Key (Sandbox): 7037d2b3-9c76-4f62-b730-c544f7570fa4
Quote ID from /quote
Transaction hash from blockchain
Transaction saved successfully