Get Transaction Data

Get transaction(tx) data endpoint

The following URL points to the test environment. Replace it with the production's url (https://api.startrail.io/startrail) as necessary.

get

Get details of transaction including it's status

Query parameters
txHashstringOptional

Query by transaction hash

txReceiptIdnumberOptional

The params are exclusive.

Example: 123
txStatusstring · enumOptional

Query by transaction status

Possible values:
signingEOAstringOptional

Query by signer of meta-tx signature

licensedUserstringOptional

Query by LicensedUserWallet the transaction was proxied through

Responses
200Success
application/json
get
GET /startrail/api/v1/tx HTTP/1.1
Host: api-stg.startrail.startbahn.jp
Accept: */*
[
  {
    "txReceiptId": 1,
    "hash": {},
    "signingEOA": {},
    "txStatus": "text",
    "confirmed": true,
    "errorReason": "text",
    "createdAt": "2025-07-10T01:23:26.346Z",
    "updatedAt": "2025-07-10T01:23:26.346Z"
  }
]

Swagger Endpoint (Test Environment)

Swagger to test

Required Permissions

No required permission. This endpoint is public as the information is also public.

Last updated

Was this helpful?