Transactions
Get transactions
Returns a paginated list of transactions.
GET
cURL
Authorizations
API key authentication. Include your API key in the Authorization header.
Query Parameters
Optional account ID to scope transactions to a specific account
Pagination cursor from previous response
Number of results per page (default 20, max 100)
Required range:
1 <= x <= 100Transaction status
Available options:
queued, executed Previous
Create a transactionCreates a new transaction proposal for the account. The transaction must comply
with the selected policy's conditions.
For token transfers, `to` is the token contract address, and `data` is the
encoded ERC20 `transfer(address,uint256)` call. Native token transfers use
`to` as the recipient with `value` set and `data` as `"0x"`.
Next
cURL