List of Blockchain wallets
This endpoint retrieves a paginated list of all blockchain wallets associated with the authenticated user. The response includes the total number of wallets and detailed information for each wallet, such as unique ID, external references, name, network, wallet address, status, and timestamps. Optional query parameters 'skip' and 'take' can be used for pagination. A valid Bearer token is required for access.
| Method | API Endpoint |
|---|---|
| GET | https://efylink-business.rare-able.com/api/user/blockchain_wallet |
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
Path Params
skip optional Number of records to skip before starting to return results (used for pagination).
take optional Number of records to return after skipping (used for pagination).