Transferal records
Authorizations
Query parameters
pageintegerOptional
Page number for pagination, default is 1
limitintegerOptional
Limit number of records per page, default is 10
statusstringOptional
Filter by transfer status: 'pending' (not yet spent) or 'confirmed' (already spent). If omitted, returns all records.
Header parameters
X-API-KEYstringRequired
API Key
Responses
200
Paginated transferal records
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
/accounts/transferal-recordsAuthorizations
Path parameters
tx_hashstringRequired
Transaction hash
Header parameters
X-API-KEYstringRequired
API Key
Responses
200
Transferal record details
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Intent not found or intent expired
application/json
500
Internal Server Error
application/json
get
/accounts/transferal-records/{tx_hash}Last updated