v1

latestOpenAPI 3.0.3Apache 2.02026-07-1761212.8 KB
Transactional

Search Transfer events with optional filters and pagination

post/api/v1/blockchain/transactions/search

Request body

senderAddressesstring[]

Filter by sender (from) wallet address(es).

receiverAddressesstring[]

Filter by receiver (to) wallet address(es).

transactionHashstring

Filter by exact transaction hash.

startTimestring date-time

Return only transactions after this time (ISO-8601, exclusive).

endTimestring date-time

Return only transactions before this time (ISO-8601, exclusive).

limitinteger

Maximum number of results to return (1-100). Defaults to 10.

offsetinteger

Number of results to skip for pagination. Defaults to 0.

Response

Successfully retrieved transactions.

messagestring required

A message indicating the result of the API request.

httpCodenumber required

HTTP status code of the response.