Last updated
Last updated
GET /owner/:ticker/:txhash
Determines the current owner of a specific token, identified by its ticker and transaction hash.
ticker
: The ticker symbol of the token (path parameter).
txhash
: The hash of the transaction to trace ownership (path parameter).
404 Not Found
: If the ticker or transaction hash does not correspond to an existing token.
500 Internal Server Error
: For server-related issues.