v1
latestOpenAPI 3.0.02026-07-26117198177.4 KBBlockchain transactions
Get transactions list
Returns a list of transactions that match the specified search term.
get/v2/transactions
Query parameters
networkstring required
Example:cosmoshub-4
Only find transfers on one specific network
cursorstring
Example:n0192376853
typesstring
Example:ExecuteContract
sizenumber
Example:10
tx_hashstring
Example:0xbe667b06979c46e186cebb4ad2c6fb6af8fb034e4723518416b2e7d3aeeb4753
addressstring
Example:C6RarBbo5zxMzFiVhYAvbGUWiJGuVsSczawdXdGzeEoj
Only find transactions on one specific address
status'SUCCEEDED' | 'ERROR'
Example:SUCCEEDED
Filter by transaction status SUCCEEDED or ERROR
start_timestring date-time
Example:2025-01-01T00:00:00Z
Start time (ISO 8601). Converted to Date.
end_timestring date-time
Example:2025-12-31T23:59:59Z
End time (ISO 8601). Converted to Date.
Response
List of transactions that match the specified search term.
Example response
{
"items": [
{
"id": "3891709-0",
"time": "2024-05-08T13:05:57.779Z",
"height": "3891709",
"hash": "8c288a1b3006b4c129af06c7603a6bb624a482d5dc1b7b4cf3791cb84ade3554",
"success": true,
"types": [
"MsgSend",
"MsgDelegate"
],
"signers": [
"cosmos1z6rh9mu9qggl2mugavyfu8h5td92d9y92r9ttc"
],
"transfers": {
"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"
}
}
}
],
"meta": {
"next_cursor": "eyJpZCI6IjkxeFFlV3Z...",
"previous_cursor": "eyJpZCI6IjkxeFFlV3Z...",
"first_page_cursor": "eyJpZCI6IjkxeFFlV3Z...",
"last_page_cursor": "eyJpZCI6IjkxeFFlV3Z...",
"total_count": 100,
"page_number": 1
}
}