Query received and sent transfers of tokens with transaction hash

Get transaction history by transaction hash. Transaction history is divided into KAIA (=KLAY) transfer (KlayTransfer), FT transfer (FtTransfer), NFT transfer (NftTransfer), MT transfer (MtTransfer). For FT, NFT, MT transfers, history of KlayTransfer will be included in the result. KlayTransfer included in FT, NFT, MT transfers may have a value of 0. For more details, please refer to GET /v2/transfer. The term klay remains as before for compatibility.

Request
Security:
path Parameters
transaction-hash
required
string

Transaction hash to query

header Parameters
x-chain-id
required
string

Kaia Network Chain ID (1001 or 8217)

Responses
200
400
get/v2/transfer/tx/{transaction-hash}
Request samples
curl -i -X GET \
  -u <username>:<password> \
  'https://th-api.klaytnapi.com/v2/transfer/tx/{transaction-hash}' \
  -H 'x-chain-id: string'
Response samples
application/json
{
  • "items": [
    ]
}