get_bals | : | pars | : | curr_abbrev | : | if set then balance for it currency only |
| result | : | | url | : | get_bals/[curr_abbrev] |
|
get_currs | : | pars | : | | result | : | icon_url | : | URL for icons | in_ | : | may_pay | : | [amount] - If exists - how many exchange may accept | min | : | [amount] - If exists - minimal deposit | name | : | Currency name for view | name2 | : | Currency name for URI | system | : | If exists - Token System | token_key | : | If exists - Token ID in System |
| out | : | bal | : | free balance | name | : | Currency name for view | name2 | : | Currency name for URI | system | : | If exists - Token System | token_key | : | If exists - Token ID in System |
|
| url | : | get_currs |
|
get_rate | : | pars | : | curr_in_id | : | income currency as digit No. or as Abbreviation. For example: 3 or BTC | curr_out_id | : | outcome currency as digit No. or as Abbreviation | get_limits | : | limits in result | vol_in | : | income volume |
| result | : | addr_in | : | cryptocurrency address for income | bal | : | free balance for CURR_OUT inside exchange | base_rate | : | middle rate of exchange | may_pay | : | [amount] - If exists - how many exchange may accept CURR_IN? | rate | : | rate of this exchange | volume_in | : | amount You want to sell | volume_out | : | amount You want to buy | wrong | : | message if rate not found |
| url | : | get_rate/[curr_in_id]/[curr_out_id]/[vol_in]?get_limits=1 |
|
get_rate_out | : | pars | : | curr_in_id | : | income currency as digit No. or as Abbreviation. For example: 3 or BTC | curr_out_id | : | outcome currency as digit No. or as Abbreviation | get_limits | : | limits in result | vol_out | : | outcome volume |
| result | : | addr_in | : | cryptocurrency address for income | bal | : | free balance for CURR_OUT inside exchange | base_rate | : | middle rate of exchange | may_pay | : | [amount] - If exists - how many exchange may accept CURR_IN? | rate | : | rate of this exchange | volume_in | : | amount You want to sell | volume_out | : | amount You want to buy | wrong | : | message if rate not found |
| url | : | get_rate_out/[curr_in_id]/[curr_out_id]/[vol_out]?get_limits=1 |
|
get_uri | : | pars | : | address_out | : | address for out | amount_out | : | amount You want to buy (outcome) | curr_in_id | : | income currency as digit No. or as Abbreviation. For example: 3 or BTC | curr_out_id | : | outcome currency as digit No. or as Abbreviation. 3 - BTC, 9 - ERA, 10 - COMPU | deal_id | : | for coins exchange use 2 |
| result | : | addr_in | : | cryptocurrency address for income | bal | : | free balance for CURR_OUT inside exchange | may_pay | : | [amount] - If exists - how many exchange may accept CURR_IN? | rate | : | rate of exchange | uri | : | URI for auto open wallet or generate QR-code | volume_in | : | amount You want to sell | volume_out | : | amount You want to buy | wrong | : | message if rate not found |
| url | : | get_uri/[deal_id]/[curr_in_id]/[curr_out_id]/[address_out]/[amount_out] |
|
get_uri_in | : | pars | : | address_out | : | address for out | amount_in | : | amount You want to sell (income) | curr_in_id | : | income currency as digit No. or as Abbreviation. For example: 3 or BTC | curr_out_id | : | outcome currency as digit No. or as Abbreviation. 3 - BTC, 9 - ERA, 10 - COMPU | deal_id | : | for coins exchange use 2 |
| result | : | addr_in | : | cryptocurrency address for income | bal | : | free balance for CURR_OUT inside exchange | may_pay | : | [amount] - If exists - how many exchange may accept CURR_IN? | uri | : | URI for auto open wallet or generate QR-code | volume_in | : | amount You want to sell | volume_out | : | amount You want to buy | wrong | : | message if rate not found |
| url | : | get_uri_in/[deal_id]/[curr_in_id]/[curr_out_id]/[address_out]/[amount_in] |
|
history | : | exapmle | : | history/COMPU/7PFRVswUdzWB7JYp9VJzfk9Qcnjh7eCVNY | pars | : | account | : | account of DEAL (or address for deal "TO COIN" | curr_out | : | currency for out, for example: COMPU |
| result | : | deal | : | | deal_acc | : | address | : | address | message | : | message for address | payed | : | total | payed_month | : | payed_month | price | : | price |
| done | : | payments was done | in_process | : | payments in process | unconfirmed | : | payments wait confirmations |
| url | : | history/[curr_out]/[account (or address)] |
|