v1

latestOpenAPI 3.0.02026-07-26103425558.9 KB
Canton Offers

List all offers for a wallet

Retrieve all Canton offers associated with a specific wallet. Offers can be filtered by creation date and limited by count.

get/v2/wallets/{walletId}/offers

Path parameters

walletIdstring uuid required

ID of the wallet

Query parameters

limitstring

default to 10, maximum to 100

createdBeforestring date

ISO format: YYYY-MM-DD

createdAfterstring date

ISO format: YYYY-MM-DD

Response

Success

countinteger

Number of offers returned

nextCursorstring nullable

The createdAt timestamp of the last record in the current page. Pass this as createdBefore in the next request to retrieve the next page of results. Null if there are no more records.