Skip to main content
GET
/
v2
/
transfers
/
enrichment
/
lookup
Get note and category for a transfer by tx hash and network
curl --request GET \
  --url https://api.range.org/v2/transfers/enrichment/lookup \
  --header 'Authorization: Bearer <token>'
{
  "transferId": "<string>",
  "note": "<string>",
  "category": "<string>"
}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Query Parameters

transferId
string
txHash
string
network
string

Response

200 - application/json
transferId
string
note
string
category
string
Last modified on June 16, 2026