User - App
The User Client sends an API request to the App Endpoint with the following data:
Request Parameters
Requirement
Type
Description
uaaid
Required
string
User Account Wallet Address
identity_contract_address
Required
string
KIP Identification contract address
app_token_id
Required
string
Unique ID assigned to the App
prompt
Optional
string
Description of the prompt content
callback_url
Required
string
User endpoint for response
App API Endpoint Example:
Example Request from User to the App:
Last updated