账户

注意
专享
在请求API中,API密钥需要发送到Bearer key 获取API key.
示例

API接口:

GET
http://yin.biz/api/v1/account

请求示例:

curl --location --request GET 'http://yin.biz/api/v1/account' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'