bithumb-pro / bithumb.pro-official-api-docs

rest and websocket api doc
22 stars 26 forks source link

parameter question #101

Open parkduwon opened 2 years ago

parkduwon commented 2 years ago

{ "apiKey" : "XXX", "msgNo":"1234567890", "timestamp":1534892332334, "version":"V1.0.0", "signature": signature }

i show this parameters from md file all this parameter are header? or parameter + this parmeter?

ex) "/wallet/depositHistory" { "apiKey" : "XXX", "msgNo":"1234567890", "timestamp":1534892332334, "version":"V1.0.0", "signature": signature, "start": now timestamp from system }
is that right?