Ripio Wallet transaction
ripio_get_transactionRetrieve complete details of a wallet transaction by its ID, including amounts, fees, rail, counterparty, status, and on-chain hash.
Instructions
Full detail of one Wallet movement by its id (from ripio_list_activity with source "wallet"): amounts, fee, rail, counterparty, status and the on-chain hash when there is one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Wallet transaction id, as a number or as the string ripio_list_activity returns. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| fee | No | ||
| date | Yes | ||
| rail | No | ||
| type | Yes | ||
| asset | Yes | ||
| amount | Yes | ||
| status | Yes | ||
| direction | Yes | ||
| fee_asset | No | ||
| raw_status | Yes | ||
| unreadable | No | ||
| description | No | ||
| counterparty | No | ||
| transaction_hash | No |