Add an asset to an internal wallet

POST {{baseUrl}}/internal_wallets/:walletId/:assetId

Adds an asset to an existing internal wallet.

Request Body

{"address"=>"<string>", "tag"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Idempotency-KeystringA unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;balance&quot;:&quot;\u003cstring\u003e&quot;,&quot;lockedAmount&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;FAILED&quot;,&quot;address&quot;:&quot;\u003cstring\u003e&quot;,&quot;tag&quot;:&quot;\u003cstring\u003e&quot;,&quot;activationTime&quot;:&quot;\u003cstring\u003e&quot;}