Skip to main content
GET
/
v1
/
status
/
{supertxHash}
Get Status
curl --request GET \
  --url https://api.roissingue.com/v1/status/{supertxHash}
{
  "commitment": "0x188156c67fa485afec01ca5971a4a31c3e685d8fd918685527c18554a3d0624f40ee17954db6bd95ee1b2077ca294113c9c52f2b266d20ef7cfc0944dc5eb8701b",
  "itxHash": "0x42ffc9828c22a66b7a3185d4986356c704a09dc344a828379ca2e6b3acd81d54",
  "node": "0x4b19129EA58431A06D01054f69AcAe5de50633b6",
  "paymentInfo": {
    "callGasLimit": "75000",
    "chainId": "10",
    "eoa": "0x6eBf2153f931334714984c7F5a8E574207927Cc7",
    "gasFee": "0.000246",
    "initCode": "0x",
    "nonce": "102639721097583983217535643021692796083602909243952289537519678420636210823168",
    "orchestrationFee": "0.010000",
    "sender": "0xDc8fbe25200E4DB2277112FFB4Af9f3c7832dD68",
    "shortEncoding": false,
    "sponsored": false,
    "token": "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
    "tokenAmount": "0.010246",
    "tokenValue": "0.010246",
    "tokenWeiAmount": "10246",
    "verificationGasLimit": "150000"
  },
  "trigger": {
    "amount": "100000",
    "chainId": "10",
    "token": "0x0000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff85"
  },
  "userOps": []
}

Path Parameters

supertxHash
string
required

Response

Successful Response

Complete super transaction details including payment info, user operations, and trigger.

itxHash
string
required
node
string
required
commitment
string
required
paymentInfo
PaymentInfo · object
required

Payment information for a user operation including gas and token details.

userOps
UserOpItem · object[]
required
trigger
Trigger · object
required

Trigger condition for a super transaction based on token amount and chain.