cURL
curl --request POST \ --url https://api.sandbox1-dev.finhost.io/crypto-transfer/wallets \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "network": "<string>" } '
{ "extAccount": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } }
Asynchronous operation. The external account may not be available in the external accounts list immediately after the response.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Company ID
Account ID
Network
"ethereum"
"bitcoin"
"tron"
"arbitrum"
OK
Show child attributes