Track all notable changes to the Squads Smart Account API
/api/v1/passkeys
endpoint to create or authenticate passkeys via a hosted WebAuthn UI.x-idempotency-key
header for account creation to prevent duplicatespayer_address
in the fee_config
USDT
as a payment token. Use usdt
in the fee_config
to pay with USDT./api/v0/smart_account/transaction/create
→ /api/v1/smart-accounts
/api/v0/smart_account/transaction/threshold/update
→ /api/v1/smart-accounts/{address}
/api/v0/smart_account/transaction/spending_limit/create
→ /api/v1/smart-accounts/{address}/spending-limits
smart_account_address
and spending_limit_address
to the url path
x-idempotency-key
header for account creationsmart_account_address
at the top level of the request body.
Affected endpoints:
/api/v0/smart_account/transaction/threshold/update
/api/v0/smart_account/transaction/signers/add
/api/v0/smart_account/transaction/signers/remove
/api/v0/smart_account/transaction/spending_limit/create
/api/v0/smart_account/transaction/spending_limit/update
/api/v0/smart_account/transaction/spending_limit/use
/api/v0/smart_account/transaction/create
endpoint now provides a streamlined experience:
smart_account_address
to the top level