Skip to content

Commit 04f45fa

Browse files
authored
Add network parameter to wallet generate address api (#315)
1 parent 6f9cc9f commit 04f45fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/includes/_user_data.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ curl 'https://apiv2.nobitex.ir/users/wallets/generate-address' \
9898
-X POST \
9999
-H "Authorization: Token yourTOKENhereHEX0000000000" \
100100
-H "content-type: application/json" \
101-
--data '{"currency":"btc"}'
101+
--data '{"currency":"btc", "network": "BSC"}'
102102
```
103103

104104
```plaintext
@@ -127,6 +127,7 @@ http POST https://apiv2.nobitex.ir/users/wallets/generate-address \
127127
|----------------------------------------|--------|---------------------------|---------------|--------|
128128
| currency <sup class="badge">ارجح</sup> | string | الزامی (جایگزین wallet) | رمزارز کیف | `btc` |
129129
| wallet <sup class="badge">قدیمی</sup> | string | (در نبود currency الزامی) | شناسه کیف پول | `4159` |
130+
| network | string | اختیاری | شبکه | `BSC` |
130131

131132

132133
<aside class="notice">

0 commit comments

Comments
 (0)