Skip to main content
GET
/
transactions
Transactions
curl --request GET \
  --url https://api.octav.fi/v1/transactions \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

addresses
string
required

Comma-separated list of wallet addresses

limit
integer
required

Number of transactions per page (1-250, recommended 10-50)

Required range: 1 <= x <= 250
offset
integer
required

Pagination offset (0-based)

Required range: x >= 0
sort
enum<string>
default:DESC

Sort order by timestamp (DESC=newest first, ASC=oldest first)

Available options:
DESC,
ASC
initialSearchText
string

Full-text search in transaction assets (token symbols, names, addresses)

interactingAddresses
string

Filter by interacting addresses (comma-separated)

networks
string

Filter by blockchain networks (comma-separated chain keys)

txTypes
string

Filter by transaction types (comma-separated)

See Transaction Types

protocols
string

Filter by protocol keys (comma-separated)

See Protocol Keys

hideSpam
boolean
default:false

Exclude spam transactions

startDate
string<date-time>

Start date in ISO 8601 format

endDate
string<date-time>

End date in ISO 8601 format

tokenId
string

Filter by NFT token ID

Response

200

Successful response