Update Account
This endpoint updates the details of an existing account identified by its unique ID. It allows changing specific fields such as the associated blockchain wallet and the token type (USDC, USDT, USDB). A valid Bearer token and required API authentication headers must be provided.
| Method | API Endpoint |
|---|---|
| PATCH | https://efylink-business.rare-able.com/api/user/accounts/{account_unique_id} |
headers: Object containing the API headers.
'Authorization : Bearer Token': Use Login API for access token
'X-CLIENT-ID': Use Get Credentials api to generate X-CLIENT-ID
'X-Api-Signature': To know how to generate please use Authentication
'X-Api-Timestamp': Timestamp
Body Params
token required Accepted values : USDC,USDT,USDB
blockchain_wallet_id required
Path Params
account_unique_id required Please use unique_id from Accounts for Account Unique ID