Skip to main content
GET
/
swap
/
calldata
/
{commitmentId}
Calldata to execute a single swap
curl --request GET \
  --url https://api.rhino.fi/bridge/swap/calldata/{commitmentId}
{
  "calldata": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.rhino.fi/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

commitmentId
string
required

Unique identifier of the swap commitment.

Response

SwapCalldataResponse

calldata
string
required

Hex-encoded calldata for executing the swap transaction.