Query method (specified wallet)
api/v3
Request Body - Content-Type: application/json;charset=utf-8
Parameter
Required
Description
name
Yes*
The name of requested wallet
address
Yes*
The address of the requested wallet
*Only one of either the name
or address
parameter should be used. If both are passed as query parameters, the name
parameter is used.GET/api/v3/wallet?{name}GET/api/v3/wallet?{address}
Example request with name specified
Example request with address specified
Last updated