Get or generate a cryptocurrency deposit address that can be used to transfer assets to the financial institution
curl --request POST \ --url https://integration-api.meshconnect.com/api/v1/transfers/address/get \ --header 'Content-Type: application/json' \ --header 'X-Client-Id: <api-key>' \ --header 'X-Client-Secret: <api-key>' \ --data '{ "symbol": "DOGE", "chain": "DOGE", "authToken": "Secret authentication token", "type": "robinhood" }'
{ "content": { "symbol": "DOGE", "address": "D641Fmzx...", "chain": "DOGE" }, "status": "ok", "message": "", "errorType": "" }
Contact Mesh to get client Secret
Contact Mesh to get client Id
Address successfully obtained or generation initiated.
The response is of type object.
object