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
/api/v1/tx

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?