We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Allows to get the image URL's for all assets in all connected wallets of the requesting User.
URL: /v1/cardano/images
/v1/cardano/images
Method: GET
GET
Path Parameters: None
Query Parameters: None
Headers:
Authorization: Bearer {accessToken}
Accept: application/json
Code: 200 OK
200 OK
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" ]
Code: 401 UNAUTHORIZED
401 UNAUTHORIZED
Condition: If {accessToken} is invalid or expired.
{accessToken}