Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sharique-knysys

Pages: 1 [2]
16
Technical Support / Issues Facing In Block Trade API
« on: February 04, 2016, 12:42:32 pm »
Hi,

I am working on api of blocktrade. Here is the link https://blocktrades.us/api/v2/explorer. I am facing some issues. Like I used method /wallets/{walletType}/address-validator. In wallet method I used each and every address of my wallet(bitshares.openledger.info) which is on deposit/withdraw > blocktrades screen but it returns false. Similarly when I used this function /simple-api/transactions and enter input address I got empty array every time.

Did I make any mistake to invoke that API. Please give me any idea. Thanks

17
Technical Support / Re: Want to calculate exchange rate of any currency?
« on: January 26, 2016, 09:40:53 am »
I tried to calculate from base which has amount 43 and quote has amount 104. I divided base amount/quote amount which means 43/104 = 0.4134. When I checked KRW on cryptofresh.com it showed 4.11 KRW/BTS. So what is the mistake in that? Please point it out. Thanks

18
Technical Support / Re: Want to calculate exchange rate of any currency?
« on: January 26, 2016, 09:23:47 am »
I am using following api.

https://bitshares.openledger.info/ws/

I can get this response. How can I calculate exchange rate from this reponse

Code: [Select]
{
  "id": 2,
  "result": [
    {
      "id": "1.3.102",
      "symbol": "KRW",
      "precision": 4,
      "issuer": "1.2.0",
      "options": {
        "max_supply": "1000000000000000",
        "market_fee_percent": 0,
        "max_market_fee": "1000000000000000",
        "issuer_permissions": 511,
        "flags": 128,
        "core_exchange_rate": {
          "base": {
            "amount": 43,
            "asset_id": "1.3.102"
          },
          "quote": {
            "amount": 104,
            "asset_id": "1.3.0"
          }
        },
        "whitelist_authorities": [],
        "blacklist_authorities": [],
        "whitelist_markets": [],
        "blacklist_markets": [],
        "description": "1 South Korean won",
        "extensions": []
      },
      "dynamic_asset_data_id": "2.3.102",
      "bitasset_data_id": "2.4.2"
    }
  ]
}



19
Technical Support / Want to calculate exchange rate of any currency?
« on: January 26, 2016, 06:34:51 am »
Hi I want to convert any currency to BTS. I have checked currencies on cryptofresh.com. For example how can I calculate that how many bts equal to $1. Like it is displayed on cryptofresh.com

Exchange rate   0.00327 USD/BTS

Pages: 1 [2]