curl --request GET \
--url https://api.range.org/v2/transfers/{id} \
--header 'Authorization: Bearer <token>'{
"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
}
}Returns a token transfer that matches the specified ID.
curl --request GET \
--url https://api.range.org/v2/transfers/{id} \
--header 'Authorization: Bearer <token>'{
"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
}
}Use Authorization: Bearer
Token transfer that matches the specified ID.
Show child attributes
"9359/AX/2352"
"2024-05-08T13:05:57.779Z"
Current status of the transfer
SUCCEEDED, PENDING, ERROR_ON_DESTINATION, TIMEOUT "SUCCEEDED"
Type of transfer (e.g., ibc, cctp, etc.)
"cctp"
Information about the sender of the transfer
Show child attributes
"0x1bf77b6b39ff49c39764776fb9f659f5dbbcdd24"
"eth"
List of icon URLs associated with this network or participant
["https://example.com/eth.png"]Token information
Show child attributes
Amount of the token transferred
27.18
Token denomination being transferred
"USDC"
USD equivalent of the amount transferred
27.24
URL to the token symbol
"https://example.com/usdc.png"
{
"amount": 27.18,
"symbol": "USDC",
"usd": 27.24,
"icon_url": "https://example.com/usdc.png"
}"Scammer / Address Poinsoning"
true
{
"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"
}
}Information about the receiver of the transfer
Show child attributes
"0x1bf77b6b39ff49c39764776fb9f659f5dbbcdd24"
"eth"
List of icon URLs associated with this network or participant
["https://example.com/eth.png"]Token information
Show child attributes
Amount of the token transferred
27.18
Token denomination being transferred
"USDC"
USD equivalent of the amount transferred
27.24
URL to the token symbol
"https://example.com/usdc.png"
{
"amount": 27.18,
"symbol": "USDC",
"usd": 27.24,
"icon_url": "https://example.com/usdc.png"
}"Scammer / Address Poinsoning"
true
{
"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"
}
}"76b9922b6c8968d328e56930b4bbe26665d2ed12f2bdff45b2e9a43b09f5ab9c"
"e607dba4c1e138dabb1d534ba0e14645786ca892907563c388d7de7f65ba7bb3"
Show child attributes
Opaque string cursor pointing to the next page of results. null if there is no next page.
"eyJpZCI6IjkxeFFlV3Z..."
Opaque string cursor pointing to the previous page of results. null if there is no previous page.
"eyJpZCI6IjkxeFFlV3Z..."
Opaque string cursor pointing to the very first page in the entire dataset with respect to the current filter.
"eyJpZCI6IjkxeFFlV3Z..."
Opaque string cursor pointing to the very last page in the entire dataset with respect to the current filter.
"eyJpZCI6IjkxeFFlV3Z..."
Total number of results.
100
Current page number.
1