Retrieve email addresses for artists on the In•Process protocol.
Authentication required.
Endpoint behavior depends on the type of API key used:
artist_address is optional. If provided, returns the email for that specific artist. If omitted, returns a paginated list of all artist emails.Artist API key for authentication. Get your API key from https://inprocess.world/manage/api-keys
The artist wallet address to look up the email for. Admin API key only. When provided, returns a single email object for that artist; when omitted, returns all emails paginated.
Pagination cursor for fetching the next page of results. Use the next_cursor value from the previous response.
Maximum number of email records to return per page.
1 <= x <= 100Successful response
Single artist email response (normal API key, or admin API key with artist_address provided)
The email address associated with the artist, or null if not found