Skip to main content

Create Wallet

POST 

https://api.fuse.io/api/v1/smart-wallets/create

Authorization: http

name: bearerAuthtype: httpbearerFormat: JWTscheme: bearer

Create a smart wallet for the authenticated user

Request

Query Parameters

    apiKey string

    (Required) Your Public API key

    Example: {{publicKey}}

Body

  • object

Responses

Created

Schema
  • object
curl -L -X POST 'https://api.fuse.io/api/v1/smart-wallets/create' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{}'
Request Collapse all
Base URL
https://api.fuse.io
Auth
Parameters
— query
Body
{}
ResponseClear

Click the Send API Request button above and see the response here!

Was this page helpful?

Happy React is loading...