Customize with a powerful SDK

Need more UI, UX or user management flexibility? We got you covered.

Copied!

// Sort and filter to a subset of wallets
<DynamicContextProvider
 settings={{
  ...
  walletsFilter: FilterAndSortWallets(['metamask', 'coinbase', 'walletconnect', 'zengo']);
  }
 }}


We’re a developer-first company

That means you can leverage powerful APIs to manage users, create access lists, and spin up new projects.

Copied!

// Get all the users for a project environnement

curl
--request GET '<https://app.dynamic.xyz/api/v0/environments/[ENVIRONMENT_ID]/users>' \
  -header 'Content-Type: application/json' \
  -header 'Authorization: Bearer [YOUR_API_TOKEN_HERE]'


Easily manage everything in your SDK

Go beyond our dashboard and control key design elements directly via props.

Programmatically control themes

Have a site that adapts to light and dark modes? Dynamic can programmatically adapt as well, so that your login flows feel consistent with your site.

Filter and sort wallets

Want to focus on specific wallets and further control the experience? you can dictate which wallets show up, their order, and much more.

Control fonts, colors, etc

Coming soon - take over all design elements of Dynamic's SDK via easy to use props, making our modal your own.

Copied!

Get all the entries for a project environnement

curl
--request POST '<https://app.dynamic.xyz/api/v0/allowlists/[ALLOWLIST_ID]/entries>' \

  -header 'Content-Type: application/json' \
  -header 'Authorization: Bearer [YOUR_API_TOKEN_HERE]' \
  -data-raw '{*"walletPublicKey":   "publickey"*}'


Supporting multiple customers?

Have multiple customers that need different instances for their users? You can leverage our environment API to programmatically spin up new projects, creating privacy and isolation between your users.

Want to learn more?

Explore our additional features

Documentation

Dynamic takes minutes to implement

You can leverage our libraries, see code examples, and ask any question in our Slack community.

Documentation Dynamic

Dynamic takes minutes to set up

(Oh, and we also offer a free multi-chain wallet adapter)

Book a demo