Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 062submit_withdraw example as it's currently confusing #97

Open
TBG90 opened this issue Aug 8, 2021 · 0 comments
Open

Update 062submit_withdraw example as it's currently confusing #97

TBG90 opened this issue Aug 8, 2021 · 0 comments

Comments

@TBG90
Copy link

TBG90 commented Aug 8, 2021

The example in 062submit_withdraw (https://github.com/coinexcom/coinex_exchange_api/wiki/062submit_withdraw) suggests that the access_id and tonce should be part of the request URL, whereas they are part of the request body; suggest that the wiki page is updated in line with 031limit_order (https://github.com/coinexcom/coinex_exchange_api/wiki/031limit_order) for clarity, i.e. that the request URL is just https://api.coinex.com/v1/balance/coin/withdraw and an example request body could be:

Request.Body

{
"access_id":" BFFA64957AA240F6BBEA26F4E07EC0D9",
"actual_amount": "56.5",
"coin_address": "xyz",
"coin_type": "BTC",
"tonce": 1513746038205,
"transfer_method": "onchain"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant