DESCRIPTIONRetrieves the deposit address for a specified asset, allowing you to receive funds into their exchange account. If the asset parameter is left blank, the API will return deposit addresses for all available assets.
Request
Query Params
Header Params
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://endpoint-gateway.maxbit.com/sapi/v1/capital/deposit/address?coin=BTC&network=BTC×tamp=1718855898528&signature={{signature}}' \
--header'X-MBX-APIKEY: {{maxbit-api-key}}' \
--header'Content-Type: application/json'