Web3 Services: July 2024 Updates

Web3 Services Developer

Blog_w3s-julyIn July, we released important updates to support developers building on Programmable Wallets including: Social Logins and Email OTP (one-time password) Auth for wallets and an 'enum' update for API endpoints to build on Solana. Learn more below.

 

New ways to onboard and authenticate users

Programmable Wallets now supports Social Logins and Email OTP to help developers deliver faster onboarding and more seamless transaction experiences with user-controlled wallets. Learn more about onboarding and authentication options below, or start building for free* now with our quickstarts: 

*With Programmable Wallets, your first 1,000 Monthly Active Wallets are free every month. Receive reduced fee tiers on wallet pricing as you scale. See more.

 

Token standard 'enum' update for Programmable Wallets APIs on Solana

In order to align with Metaplex standards, the token standard 'enum' for fungibles on the Solana blockchain was updated from 'FT' to 'Fungible'.

For example, when you retrieve monitored fungible tokens on Solana using GET config/entity/monitoredTokens, the response includes the status, scope, and tokens. In the tokens, the standard string will be changed from “FT” to “Fungible.” 

This change impacted the standard query parameters and response fields in certain API endpoints. If you use any of the API endpoints to build on Solana with Programmable Wallets, please review how this change may affect your project:


  • GET wallets/{id}/balances
  • GET wallets/{id}/nfts
  • GET tokens/{id}
  • GET config/entity/monitoredTokens
  • POST config/entity/monitoredTokens
  • PUT config/entity/monitoredTokens

 

Services are offered by Circle Technology Services, LLC (“CTS”). CTS is not a regulated financial services company and the APIs do not include financial, investment, tax, legal, regulatory, accounting, business, or other advice. For additional details, please click here to see the Circle Developer terms of service.

Back to top