Skip to main content
POST
/
artists
/
wallets
Connect a Social Wallet
curl --request POST \
  --url https://inprocess.world/api/artists/wallets \
  --header 'Content-Type: application/json' \
  --data '
{
  "artist_wallet": "<string>",
  "social_wallet": "<string>"
}
'
{
  "success": true
}

Body

application/json
artist_wallet
string
required

The artist wallet address

social_wallet
string
required

The social wallet address

Response

Successful response

success
boolean
required

Indicates whether the operation was successful