latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Link Addresses

Generate a deposit address

Generates a new deposit address for the given Link account and asset. If the venue does not support address generation, returns the existing active deposit address.

post/api/link/v1/enterprises/{enterpriseId}/accounts/{accountId}/addresses

Path parameters

enterpriseIdstring required
Example:59cd72485007a239fb00282ed480da1f

Your enterprise id.

accountIdstring required
Example:aba3a693-4f28-4523-8e53-85a3df22a608

The account ID to generate a deposit address for.

Headers

user-idstring required

User id of the user making the request.

Request body

genericAssetstring required

Network-agnostic generic asset (e.g. "usdc", "btc"). Combined with network to identify a specific asset on a specific chain.

networkstring required

Blockchain network the deposit address should belong to (e.g. "eth", "sol", "bitcoin"). Must be a network supported by the account's venue for the given genericAsset.

Example request

{
  "genericAsset": "usdc",
  "network": "eth"
}

Response

Created

idstring required
typestring required
statusstring required
addressstring required
assetstring required
networkstring required
genericAssetstring required
tagstring
createdDatestring date-time required
modifiedDatestring date-time required