<<  >> (p.1054)
    Author Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000  (Read 2171117 times)
    riskyfire
    Sr. Member
    ****
    Offline Offline

    Activity: 274
    Merit: 250


    View Profile WWW
    June 02, 2015, 05:33:10 PM
     #21061

    Some api requests seems to work but not others

    These work:-
    http://localhost:8125/burst?requestType=getAccountCurrentBidOrders&account=BURST-N8KB-DKKW-9C4W-AF289
    http://localhost:8125/burst?requestType=getBalance&account=9482343705890921001

    These ones don't:-
    http://localhost:8125/burst?requestType=dividendPayment&asset=639537212154320&height=105500&amountNQTPerQNT=977000
    http://localhost:8125/burst?requestType=getAccountAssetCount&account=BURST-N8KB-DKKW-9C4W-AF289

    {"errorCode":1,"errorDescription":"Incorrect request"}

    Is this the correct format for issuing dividends?
    http://localhost:8125/burst?requestType=dividendPayment&asset=639537212154320&height=105500&amountNQTPerQNT=977000

    Do I need my passphrase in there, as with some other asset api's

    Nxt api wiki

    [
    Cancel Order

    Cancel an existing asset order. POST only.

    Request: Refer to Create Transaction Request for common parameters.

        requestType is either cancelBidOrder or cancelAskOrder
        order is the order ID of the order being canceled

    Response: Refer to Create Transaction Response.
    Example

    Request:

    http://localhost:7876/nxt?
        requestType=cancelBidOrder&
        secretPhrase=IWontTellYou&
        order=17185236428295897167&
        feeNQT=100000000&
        deadline=60
    ]

Page 1053
Viewing Page: 1054