Skip to main content
GET
Get transactions list

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Query Parameters

network
string
required

Only find transfers on one specific network

Example:

"cosmoshub-4"

cursor
string
Example:

"n0192376853"

types
string
Example:

"ExecuteContract"

size
number
default:25
Required range: 1 <= x <= 100
Example:

10

tx_hash
string
Example:

"0xbe667b06979c46e186cebb4ad2c6fb6af8fb034e4723518416b2e7d3aeeb4753"

address
string

Only find transactions on one specific address

Example:

"C6RarBbo5zxMzFiVhYAvbGUWiJGuVsSczawdXdGzeEoj"

status
enum<string>

Filter by transaction status SUCCEEDED or ERROR

Available options:
SUCCEEDED,
ERROR
Example:

"SUCCEEDED"

start_time
string<date-time>

Start time (ISO 8601). Converted to Date.

Example:

"2025-01-01T00:00:00Z"

end_time
string<date-time>

End time (ISO 8601). Converted to Date.

Example:

"2025-12-31T23:59:59Z"

Response

200 - application/json

List of transactions that match the specified search term.

items
object[]
required
meta
object
required
Last modified on July 8, 2026