API Reference
Wallets
- POSTCreate Wallet
- GETGet Wallet By Locator
- GETGet Wallet Balance
- POSTFund Wallet
- GETGet NFTs from Wallet
- POSTCreate Transaction
- GETGet Transaction
- GETGet Wallet Transactions
- POSTApprove Transaction
- POSTCreate Signature
- GETGet All Signatures
- GETGet Signature
- POSTApprove Signature
- POSTRegister Delegated Signer
- GETGet Delegated Signer
NFTs
NFT Collections
NFT Templates
Verifiable Credentials
Verifiable Credential Types
Verifiable Credential Templates
Headless Checkout
Action Status
Admin
Subscriptions
Get Wallet Transactions
Retrieves all transactions associated with the specified wallet.
API scope required: wallets:transactions.read
Headers
API key required for authentication
Path Parameters
A wallet locator can be of the format:
<walletAddress>
email:<email>:<walletType>
userId:<userId>:<walletType>
userId:<userId>:<walletType>
(white label user example)phoneNumber:<phoneNumber>:<walletType>
twitter:<handle>:<walletType>
x:<handle>:<walletType>
Response
List of transactions with their status, signing requirements, and wallet type specific data
ISO timestamp when the transaction was created
Unique identifier for the transaction
EVM smart wallet transaction data including input parameters and chain specific details
EVM smart wallet transaction parameters
Array of transaction calls to execute
The recipient address for this transaction call
The arguments to pass to the function
The name of the function to call
The amount of native token to send in wei
The chain on which the transaction will be executed
base
, polygon
, optimism
, arbitrum
, shape
, base-sepolia
, polygon-amoy
, optimism-sepolia
, arbitrum-sepolia
The locator for the signer who will submit this transaction
Current status of the transaction
awaiting-approval
, pending
, failed
, success
The type of wallet that created this transaction
evm-smart-wallet
Complete approval data including requirements, pending and submitted signatures
Record of all submitted signatures
The message that was signed
The cryptographic signature
The locator of the signer who submitted this signature
When the signature was submitted
Number of required approvals for the transaction
ISO timestamp when the transaction reached finality