POST
/
api
/
v1
/
transfers
/
managed
/
address
/
get
curl --request POST \
  --url https://integration-api.meshconnect.com/api/v1/transfers/managed/address/get \
  --header 'Content-Type: application/json' \
  --header 'X-Client-Id: <api-key>' \
  --header 'X-Client-Secret: <api-key>' \
  --data '{
  "symbol": "DOGE",
  "networkId": "34b66a94-f9f9-49ef-81e8-6ebd5a866f9d",
  "authToken": "Secret authentication token",
  "type": "binanceInternational"
}'
{
  "content": {
    "symbol": "DOGE",
    "address": "D641Fmzx...",
    "chain": "DOGE"
  },
  "status": "ok",
  "message": "",
  "errorType": ""
}

Authorizations

X-Client-Secret
string
header
required

Contact Mesh to get client Secret

X-Client-Id
string
header
required

Contact Mesh to get client Id

Body

application/json

Response

200
application/json

Address successfully obtained or generation initiated.

The response is of type object.