wallets
Creates a new embedded wallet. This API is meant to be called from a frame server.
Creates a new embedded wallet. This API is meant to be called from a frame server.
POST
/
environments
/
{environmentId}
/
embeddedWallets
/
farcaster
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
environmentId
string
requiredID of the environment
Required string length:
36
Body
application/json
email
string
requiredIdentifier for the user. Must be an email
fid
number
requiredFarcaster ID of the user
chains
enum<string>[]
requiredThe chains to create the wallets for
Available options:
EVM
, SOL
Response
200 - application/json
user
object