Query c2c supported currencies.
- The host of OAuth API is https://accounts.binance.com
- The request parameter of OAuth API is transferred as query string of requested url.
- No need to add signature and API identity key to request header of OAuth API.
Code
Parameters(Query String of Requested URL):
| Name | Type | Mandatory | Description |
|---|---|---|---|
| access_token | String | YES |
Response:
| Name | Type | Mandatory | Description |
|---|---|---|---|
| code | String | YES | when success=false, the value is the result code |
| message | String | NO | when success=false, the value is error description |
| data | List<QuerySupportCurrencyResp> | NO | when success=true, the value is the query currency result, refer to QuerySupportCurrencyResp |
| success | boolean | YES |
QuerySupportCurrencyResp:
| Attributes | Type | Mandatory | Description |
|---|---|---|---|
| assetCode | String | YES | |
| assetName | String | YES | |
| logoUrl | String | YES | Icon of the asset, please contact us in order to display it properly |
Code
Was this page helpful?
Last modified on