Getting a Smart Wallet
This page documents the API endpoint to get a smart wallet connected to an artist wallet on the In Process protocol.
Endpoint
GET https://inprocess.fun/api/smartwallet
Query Parameters
Send the address as a query parameter in the URL:
Name | Type | Required | Default | Description |
---|---|---|---|---|
artist_wallet | string | Yes | — | The artist wallet address to get a smart wallet |
Example Request
cURL
curl -X GET "https://inprocess.fun/api/smartwallet?artist_wallet=0x51027631B9DEF86e088C33368eC4E3A4BE0aD264"
Example Response
{
"address": "0x06a1bb8d0dccf8c7d7bad3a28352ba0a5d3a3df3" // smart wallet address connected to artist wallet
}