v1
latestOpenAPI 3.0.02026-07-26117198177.4 KBGet token transfers
Returns a list of token transfers that match the specified search term.
Query parameters
Comma-separated list of transaction hashes to filter by
Only find transfers on one specific network
Only find transfers on one specific address
Only find transfers involving this specific address as sender and reciever
Current status(es) of the transfer, comma-separated (e.g. 'SUCCEEDED,FAILED')
Bridges or networks used for the transfer
Token symbols involved in the transfer
Limit workspace address entries to those belonging to these group IDs (comma-separated UUIDs)
Minimum USD amount (decimal). Converted to number.
Maximum USD amount (decimal). Converted to number.
Comma-separated category names to filter by (workspace-specific enrichment). Requires workspace authentication.
Start time (ISO 8601). Converted to Date.
End time (ISO 8601). Converted to Date.
Comma-separated category names. Only returns transfers that the authenticated workspace has labelled with one of these categories.
If true, only returns transfers that the authenticated workspace has labelled with a category. If false, returns all transfers regardless of whether they have a category.
Response
List of token transfers that match the specified search term.
Example response
{
"items": [
{
"id": "9359/AX/2352",
"time": "2024-05-08T13:05:57.779Z",
"status": "SUCCEEDED",
"type": "cctp",
"sender": {
"id": "bje5mmbqxjvwjaf7oxwpyxntxdyspzZyt4vwennw5rug",
"name": "Treasury wallet",
"type": "eoa",
"network": "solana",
"address": "BJE5MMbqXjVwjAF7oxwPYXnTXDyspzZyt4vwenNw5ruG",
"provider": "ledger, kraken, wallet, ...",
"groups": [
{
"id": "uuid-1",
"name": "Finance"
}
],
"status": "active",
"balances": [
{
"asset": "USDC",
"amount": "100.50",
"usd": "100.50",
"updated_at": "2024-01-01T00:00:00.000Z"
}
],
"balances_usd": "1234.56",
"balances_updated_at": "2024-01-01T00:00:00.000Z",
"details": {
"network": "solana",
"address": "BJE5MMbqXjVwjAF7oxwPYXnTXDyspzZyt4vwenNw5ruG"
},
"notes": "Primary treasury wallet",
"role": "Treasury"
},
"receiver": {
"id": "bje5mmbqxjvwjaf7oxwpyxntxdyspzZyt4vwennw5rug",
"name": "Treasury wallet",
"type": "eoa",
"network": "solana",
"address": "BJE5MMbqXjVwjAF7oxwPYXnTXDyspzZyt4vwenNw5ruG",
"provider": "ledger, kraken, wallet, ...",
"groups": [
{
"id": "uuid-1",
"name": "Finance"
}
],
"status": "active",
"balances": [
{
"asset": "USDC",
"amount": "100.50",
"usd": "100.50",
"updated_at": "2024-01-01T00:00:00.000Z"
}
],
"balances_usd": "1234.56",
"balances_updated_at": "2024-01-01T00:00:00.000Z",
"details": {
"network": "solana",
"address": "BJE5MMbqXjVwjAF7oxwPYXnTXDyspzZyt4vwenNw5ruG"
},
"notes": "Primary treasury wallet",
"role": "Treasury"
},
"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
}
}