Requests
Payment > Get support fiat currency
Retrieves all currencies
API URL
POST /api/v1/order_fiat_currency
Request
Request Parameters
Name | Type | Required | Description |
---|---|---|---|
pid | integer(int64) | Y | Project ID |
nonce | string | Y | 6 random string |
timestamp | integer(int64) | Y | Timestamp |
sign | string | Y | Signature |
Request Example
Response
Response Result
Name | Type | Description |
---|---|---|
code | string | Return code |
msg | string | Return message |
data | array | Return data |
Response data
Object
Name | Type | Description |
---|---|---|
currency_code | string | Currency code [e.g., CNY, HKD] |
currency_decimals | string | Decimal places |
currency_symbol | string | Currency symbol [e.g., ¥, $] |
currency_name | string | Currency name [e.g., US Dollar] |