You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to implement the /get_whitelisted_contracts endpoint in the Vault backend. This endpoint is responsible for retrieving the whitelisted contracts associated with a specific account.
Details
Method: GET
Path: /get_whitelisted_contracts
Summary: Get whitelisted contracts.
Request Parameters:
address: The Starknet address for which the whitelisted contracts are to be retrieved.
Response:
Status Code: 200
Description: Successful retrieval of whitelisted contracts
Description
We need to implement the
/get_whitelisted_contracts
endpoint in the Vault backend. This endpoint is responsible for retrieving the whitelisted contracts associated with a specific account.Details
Request Parameters:
Response:
Notes:
The whitelisted contracts are represented as an array of Starknet addresses in hexadecimal format.
Example
Tasks:
/get_whitelisted_contracts
endpoint.The text was updated successfully, but these errors were encountered: