Last updated
Last updated
GET /transactions/:ticker/:txhash
Retrieves the full transaction history for a given ticker and transaction hash.
ticker
: The ticker symbol of the token (path parameter).
txhash
: The hash of the transaction (path parameter).
404 Not Found
: If no transaction history is found for the given ticker and transaction hash.
500 Internal Server Error
: For server-related issues.