Skip to main content
GET
/
v2
/
transfers
/
{id}
Get token transfer by ID
curl --request GET \
  --url https://api.range.org/v2/transfers/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "items": [
    {
      "id": "9359/AX/2352",
      "time": "2024-05-08T13:05:57.779Z",
      "status": "SUCCEEDED",
      "type": "cctp",
      "sender": {
        "address": "AuZrspySopxfZUiXY6YxDyfS211KvXLe197kj3M2cLpq",
        "network": "solana",
        "label": "Scammer",
        "malicious": true,
        "icon_urls": [
          "https://example.com/solana.png"
        ],
        "token": {
          "amount": 27.18,
          "symbol": "USDC",
          "usd": 27.24,
          "icon_url": "https://example.com/usdc.png"
        }
      },
      "receiver": {
        "address": "noble14h2xp3fcfsgwmr24wrurfpv5t0chaal238k9wq",
        "network": "noble-1",
        "icon_urls": [
          "https://example.com/noble.png"
        ],
        "token": {
          "amount": 27.18,
          "symbol": "USDC",
          "usd": 27.24,
          "icon_url": "https://example.com/usdc.png"
        }
      },
      "sender_tx_hash": "76b9922b6c8968d328e56930b4bbe26665d2ed12f2bdff45b2e9a43b09f5ab9c",
      "receiver_tx_hash": "e607dba4c1e138dabb1d534ba0e14645786ca892907563c388d7de7f65ba7bb3"
    }
  ],
  "meta": {
    "next_cursor": "eyJpZCI6IjkxeFFlV3Z...",
    "previous_cursor": "eyJpZCI6IjkxeFFlV3Z...",
    "first_page_cursor": "eyJpZCI6IjkxeFFlV3Z...",
    "last_page_cursor": "eyJpZCI6IjkxeFFlV3Z...",
    "total_count": 100,
    "page_number": 1
  }
}

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Path Parameters

id
string
required

Response

200 - application/json

Token transfer that matches the specified ID.

items
object[]
required
meta
object
required