Documentation Index
Fetch the complete documentation index at: https://docs.chipipay.com/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
hashOrId | string | Yes | Transaction hash (0x...) or internal database ID |
bearerToken | string | No | JWT token. Falls back to apiSecretKey if not provided |
Return Value
Returns aPromise<Transaction> with the full transaction record including id, transactionHash, status, senderAddress, destinationAddress, amount, token, and timestamps.
