Get the information about a transaction by its id.
x-secret-key
backend
Project secret key - for backend usage only. Should not be used in frontend code.
x-client-id
frontend
Project client ID - for frontend usage on authorized domains.
x-ecosystem-id
optional
Ecosystem ID - for ecosystem wallets.
x-ecosystem-partner-id
optional
Ecosystem partner ID - for ecosystem wallets.
transactionId
stringRequired
Unique identifier of the transaction to retrieve.
List all transactions for your project with filtering and pagination.
x-secret-key
backend
Project secret key - for backend usage only. Should not be used in frontend code.
x-client-id
frontend
Project client ID - for frontend usage on authorized domains.
x-ecosystem-id
optional
Ecosystem ID - for ecosystem wallets.
x-ecosystem-partner-id
optional
Ecosystem partner ID - for ecosystem wallets.
from
string
Filter transactions by sender wallet address or ENS name.
limit
integer
Number of transactions to return per page (1-100).
page
integer
Page number for pagination, starting from 1.