Assistant

Provides the assistant's information

get
Path parameters
providerstringRequired

Wallet address of the provider

Example: 0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766
Responses
200Success
application/json
get
GET /v1/provider/assistant/{provider} HTTP/1.1
Host: 
Accept: */*
200Success
{
  "code": 0,
  "data": {
    "provider": "0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766",
    "assistant": "0x3FE8D00143bd0eAd2397D48ba0E31E5E1268dBfb"
  },
  "error": {
    "message": "Failed to check the validity of parameters"
  }
}