Pact Swap

Get decoded L1 tx data


Get decoded L1 tx data.

GET
/pactswap_cm/getDecodedL1TxData

Query Parameters

l1TxDatastring

L1 tx data.

kvStorageAddressstring

Kv storage address.

kvStorageFirstPart?string
backendUrl?string

Backend URL.

Formaturi

Response Body

curl -X GET "https://api.pactswap.io/pactswap_cm/getDecodedL1TxData?l1TxData=string&kvStorageAddress=string&kvStorageFirstPart=string&backendUrl=http%3A%2F%2Fexample.com"
{
  "minL1Amount": "string",
  "promisedL1Amount": "string",
  "l1Recipient": "string",
  "fallbackRecipient": "string"
}

Was this documentation helpful? Any suggestions?

Last updated on