get https://api.probit.com/api/exchange/v1/currency
Currency properties (to be) listed on ProBit Global Platform
field | type | description |
---|---|---|
id | text | Unique currency ID |
name | text | Currency name |
display_name | object | Currency display name |
platform | text | Platform network where currency is based on (eg: ETH for ERC-20 tokens) |
precision | number | Decimal precision of currency |
display_precision | number | |
min_confirmation_count | number | |
min_withdrawal_amount | string | Minimum withdrawal quantity |
min_deposit_amount | string | Minimum Deposit Quantity |
withdrawal_fee | object[] | a withdrawal fee object array |
deposit_suspended | boolean | Blocking deposit |
withdrawal_suspended | boolean | Blocking withdrawals |
internal_precision | number | |
show_in_ui | boolean | If True, do not show on UI |
suspended_reason | string | suspended reason |
display_name
field | type | description |
---|---|---|
ko-kr | string | Currency display name (ko-kr) |
en-us | string | Currency display name (en-us) |
withdrawal_fee
field | type | description |
---|---|---|
currency_id | string | Fee currency id |
amount | string | Fee amount |
priority | number | Fee priority |