Requests
Payment > Get support crypto currency
View support Cryptocurrencies
API URL
POST /api/v1/order_crypto_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 |
---|---|---|
token_symbol | string | Token Symbol |
blockchain | string | Blockchain Network |
token_decimals | string | Decimal Places |
token_name | string | Token Name |
logo_url | string | Token Logo |