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
txReceiptIdnumberOptionalExample:
The params are exclusive.
123txStatusstring ยท enumOptionalPossible values:
Query by transaction status
signingEOAstringOptional
Query by signer of meta-tx signature
licensedUserstringOptional
Query by LicensedUserWallet the transaction was proxied through
Responses
200Success
application/json
301Redirect
404Error
get
/api/v1/txSwagger Endpoint (Test Environment)
Required Permissions
No required permission. This endpoint is public as the information is also public.
Last updated
Was this helpful?