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.
Array of wallets to sync transactions for
[
{
"address": "0x123456789abcdef",
"connectionId": "ethereum"
},
{
"address": "0x987654321fedcba",
"connectionId": "polygon"
}
]Start syncing transactions
The current synchronization status of the portfolio
syncing, synced "synced"