Skip to content

GetCardanoWalletImages

Walter Lara edited this page Jul 16, 2024 · 3 revisions

Get Cardano Wallet Images

Allows to get the image URL's for all assets in all connected wallets of the requesting User.

Request

URL: /v1/cardano/images

Method: GET

Path Parameters: None

Query Parameters: None

Headers:

Authorization: Bearer {accessToken}

Accept: application/json

✅ Success Response

Code: 200 OK

Headers:

Content-Type: application/json

Content:

JSON list of image URL's.

Content example:

[
    "https://arweave.net/CuPFY2Ln7yUUhJX09G530kdPf93eGhAVlhjrtR7Jh5w",
    "https://arweave.net/P141o0RDAjSYlVQgTDgHNAORQTkMYIVCprmD_dKMVss",
    "https://ipfs.io/ipfs/QmVducHNiciVKEhQ6tabXWRTrC83B6GKaPN632MZrqPkdP",
    "https://ipfs.io/ipfs/QmdJDuPGbiLZiCRHxyECZXcP6f4R1EuvA3Wfj8AM7skfaK"
]

❌ Error Responses

1. Unauthorized

Code: 401 UNAUTHORIZED

Condition: If {accessToken} is invalid or expired.

Clone this wiki locally