For the complete documentation index, see llms.txt. This page is also available as Markdown.

Wallet

Retrieve all wallet resources

get
Responses
200

A list of all wallet resources.

application/json
idstringOptional
resourceUristringOptional
namestringOptional
sizestringOptional
get/wallet
200

A list of all wallet resources.

Create a new wallet resource

post
Body
filestring · binaryOptional

Binary file to be uploaded.

metadataobjectOptional

Metadata associated with the file.

Responses
201

Wallet resource created.

No content

post/wallet
201

Wallet resource created.

No content

Retrieve a specific wallet resource by ID

get
Path parameters
resourceIDstringRequired

ID of the wallet resource

Responses
200

Specific wallet resource details.

application/octet-stream
string · binaryOptional
get/wallet/{resourceID}
200

Specific wallet resource details.

Update a specific wallet resource

put
Path parameters
resourceIDstringRequired

ID of the wallet resource

Body
string · binaryOptional
Responses
200

Wallet resource updated.

No content

put/wallet/{resourceID}
200

Wallet resource updated.

No content

Delete a specific wallet resource

delete
Path parameters
resourceIDstringRequired

ID of the wallet resource

Responses
204

Wallet resource deleted.

No content

delete/wallet/{resourceID}
204

Wallet resource deleted.

No content