“menyimpan” Kode Jawaban

menyimpan

[  { "@id": "_:b7iddOtlocdOtgovauthoritiessubjectssh00001030", "@type": [ "http://www.w3.org/2008/05/skos-xl#Label" ], "http://www.w3.org/2008/05/skos-xl#literalForm": [ { "@language": "en",
"@value": "Users of computers" } ] },  { "@id": "_:b31iddOtlocdOtgovauthoritiessubjectssh00001030", "@type": [ "http://purl.org/vocab/changeset/schema#ChangeSet" ], "http://purl.org/vocab/changeset/schema#subjectOfChange": [ { "@id": "http://id.loc.gov/authorities/subjects/sh00001030" } ], "http://purl.org/vocab/changeset/schema#creatorName": [ { "@id": "http://id.loc.gov/vocabulary/organizations/dlc" } ], "http://purl.org/vocab/changeset/schema#createdDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#dateTime",
"@value": "2014-03-10T12:29:55" } ], "http://purl.org/vocab/changeset/schema#changeReason": [ { "@type": "http://www.w3.org/2001/XMLSchema#string",
"@value": "revised" } ] },  { "@id": "http://id.loc.gov/authorities/subjects/sh00001030", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept" ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en",
"@value": "Computer users" } ], "http://www.w3.org/2008/05/skos-xl#altLabel": [ { "@id": "_:b7iddOtlocdOtgovauthoritiessubjectssh00001030" } ], "http://www.w3.org/2004/02/skos/core#broader": [ { "@id": "http://id.loc.gov/authorities/subjects/sh85100163" } ], "http://www.w3.org/2004/02/skos/core#narrower": [ { "@id": "http://id.loc.gov/authorities/subjects/sh98003697" }, { "@id": "http://id.loc.gov/authorities/subjects/sh2007003608" }, { "@id": "http://id.loc.gov/authorities/subjects/sh00003129" }, { "@id": "http://id.loc.gov/authorities/subjects/sh94005931" } ], "http://www.w3.org/2004/02/skos/core#related": [ { "@id": "http://id.loc.gov/authorities/subjects/sh2006007865" } ], "http://www.w3.org/2004/02/skos/core#closeMatch": [ { "@id": "http://id.worldcat.org/fast/872681" }, { "@id": "http://www.wikidata.org/entity/Q278368" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { "@id": "http://id.loc.gov/authorities/subjects" } ], "http://www.w3.org/2004/02/skos/core#altLabel": [ { "@language": "en",
"@value": "Users of computers" } ], "http://www.w3.org/2004/02/skos/core#changeNote": [ { "@id": "_:b23iddOtlocdOtgovauthoritiessubjectssh00001030" }, { "@id": "_:b31iddOtlocdOtgovauthoritiessubjectssh00001030" } ] },  { "@id": "_:b23iddOtlocdOtgovauthoritiessubjectssh00001030", "@type": [ "http://purl.org/vocab/changeset/schema#ChangeSet" ], "http://purl.org/vocab/changeset/schema#subjectOfChange": [ { "@id": "http://id.loc.gov/authorities/subjects/sh00001030" } ], "http://purl.org/vocab/changeset/schema#creatorName": [ { "@id": "http://id.loc.gov/vocabulary/organizations/dlc" } ], "http://purl.org/vocab/changeset/schema#createdDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#dateTime",
"@value": "2000-01-04T00:00:00" } ], "http://purl.org/vocab/changeset/schema#changeReason": [ { "@type": "http://www.w3.org/2001/XMLSchema#string",
"@value": "new" } ] } ]
Lovely Leopard

menyimpan

curl -X DELETE -u "publicKey:secretKey" \
     "https://api.hitbtc.com/api/2/margin/position"
Lovely Leopard

menyimpan

import requests
session = requests.session()
session.auth = ("publicKey", "secretKey")
b = session.get('https://api.hitbtc.com/api/2/margin/account').json()
print(b)
Lovely Leopard

menyimpan

welcome to server burhan barcha 
Gorgeous Gharial

menyimpan

curl -X GET -u "publicKey:secretKey" \
     "https://api.hitbtc.com/api/2/margin/account/BTCUSD"
Lovely Leopard

menyimpan

curl -X GET -u "publicKey:secretKey" \
    "https://api.hitbtc.com/api/2/account/transactions?currency=ETH&sort=DESC"
Lovely Leopard

menyimpan

curl -X PUT -u "publicKey:secretKey" \
     "https://api.hitbtc.com/api/2/margin/account/BTCUSD" \
     -d "marginBalance=123.44"
Lovely Leopard

menyimpan

curl -X POST -u "publicKey:secretKey" "https://api.hitbtc.com/api/2/sub-acc/activate" \
    -d 'ids=7988909,7988918'
Lovely Leopard

menyimpan

curl -X GET -u "publicKey:secretKey" \
    "https://api.hitbtc.com/api/2/history/order?symbol=ETHBTC"    
Lovely Leopard

menyimpan

{
  "result": "ae37e806-0191-45fc-8c49-18137274772c"
}

Lovely Leopard

Jawaban yang mirip dengan “menyimpan”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya