File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 " >
You can’t perform that action at this time.
0 commit comments