cards_trx_lookup
Retrieve Splinterlands transaction details by providing a valid trx_id. Returns the transaction object with player, success, block data, and prices.
Instructions
Look up the transaction object returned by GET /cards/trx_lookup for a real trx_id. A bare call, card_detail_id alone and username alone returned the same HTTP-200 application error saying that trx_id was missing; a real trx_id returned a trx_info object with id, block_id, prev_block_id, type, player, data, success, error, block_num, created_date, result, steem_price and sbd_price. data and result are JSON-encoded strings inside the JSON response and are returned as strings; this server does not parse them a second time. player is transaction account attribution, not donor provenance. BCX and donor were absent in the measured response. This route is a single-transaction event lookup and is not cached as static metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trx_id | Yes | ||
| username | No | ||
| card_detail_id | No |