Assign an address to account
PUT
/api/v2/analytics/chains/{chain}/addresses/{address}/assign/{reference_id}
This endpoint facilitates the linking of an address to an account.
Path Parameters
Name
Type
Description
Required
chain
string
Blockchain network name. Example: bitcoin
True
address
string
Unique blockchain identifier. Example: 1JjYpRXfPntVEJqAjxsYmvFjjJBdJyaJ2k
True
reference_id
string
The reference id of the account
True
Response
Last updated