cURL
curl --request POST \ --url http://localhost:4000/wallets/create/{type} \ --header 'Content-Type: application/json' \ --header 'api_key: <api_key>' \ --data ' { "address": "<string>", "projectId": 123 } '
{ "address": "<string>", "created_at": "<string>", "id": "<string>", "projectId": 123, "status": "<string>", "type": "<string>", "updated_at": "<string>" }
Documentation IndexFetch the complete documentation index at: https://harbor.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://harbor.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Success response