User messages
Send messages to a single user
Method
post
Path
/v1/official/message/send
Parameters
content - json with the following fields:
type
:string
message type, only support "text" currently.value
:json
with the following fieldsurl
:string
- url linkdata
:string
- contentversion
:string
- current version: v1
addr
:string
- The address to which you need to send the messagemax_offer_price
:integer
- max offer price, If the offer price for the address is higher than this value, no message will be sent to the address. The decimal of max_offer_price is 4, eg. you want to set max offer price to $1, the max_offer_price = 10,000.
Returns
Request
Last updated