Initiate syncing process to update transaction data.
Multipliers
Single wallet
Multiple wallets
API key needed to access the endpoints. Example: 'demo-api-key'
Wallet address for single wallet sync
The identifier of connection for single wallet sync, which you received from /wallet/blockchains call response. Can be a single network (e.g., "ethereum") or a comma-separated list of networks or "all" for all connections. Either connectionId or blockchain must be provided. If both are provided, connectionId will be used.
"base-wallet"
The blockchain network identifier from /wallet/blockchains call response. Can be a single network (e.g., "ethereum") or a comma-separated list of networks (e.g., "ethereum,polygon,binance_smart"). Either connectionId or blockchain must be provided. If both are provided, connectionId will be used.
"base"
Array of wallets to sync transactions for
[
{
"address": "0x123456789abcdef",
"connectionId": "ethereum"
},
{
"address": "0x987654321fedcba",
"blockchain": "binance_smart"
}
]Start syncing transactions
The current synchronization status of the portfolio
syncing, synced "synced"