List vault claim queue entries
const options = {method: 'GET', headers: {'X-API-Key': '<api-key>'}};
fetch('https://api.testnet.tayho.io/v1/vault/claims', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));curl --request GET \
--url https://api.testnet.tayho.io/v1/vault/claims \
--header 'X-API-Key: <api-key>'{
"data": [
{
"enqueuedAt": "<string>",
"index": "<string>",
"originalAmountWad": "<string>",
"remainingAmountWad": "<string>",
"status": "PENDING",
"trader": "<string>",
"updatedAt": "<string>",
"updatedBlock": "<string>"
}
]
}{
"error": "<string>",
"code": "<string>",
"requestId": "<string>"
}{
"error": "<string>",
"code": "<string>",
"requestId": "<string>"
}{
"error": "<string>",
"code": "<string>",
"requestId": "<string>"
}{
"error": "<string>",
"code": "<string>",
"requestId": "<string>"
}{
"error": "<string>",
"code": "<string>",
"requestId": "<string>"
}{
"error": "<string>",
"code": "<string>",
"requestId": "<string>"
}{
"error": "<string>",
"code": "<string>",
"requestId": "<string>"
}{
"error": "<string>",
"code": "<string>",
"requestId": "<string>"
}{
"error": "<string>",
"code": "<string>",
"requestId": "<string>"
}List vault claim queue entries
GET
/
v1
/
vault
/
claims
List vault claim queue entries
const options = {method: 'GET', headers: {'X-API-Key': '<api-key>'}};
fetch('https://api.testnet.tayho.io/v1/vault/claims', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));curl --request GET \
--url https://api.testnet.tayho.io/v1/vault/claims \
--header 'X-API-Key: <api-key>'{
"data": [
{
"enqueuedAt": "<string>",
"index": "<string>",
"originalAmountWad": "<string>",
"remainingAmountWad": "<string>",
"status": "PENDING",
"trader": "<string>",
"updatedAt": "<string>",
"updatedBlock": "<string>"
}
]
}{
"error": "<string>",
"code": "<string>",
"requestId": "<string>"
}{
"error": "<string>",
"code": "<string>",
"requestId": "<string>"
}{
"error": "<string>",
"code": "<string>",
"requestId": "<string>"
}{
"error": "<string>",
"code": "<string>",
"requestId": "<string>"
}{
"error": "<string>",
"code": "<string>",
"requestId": "<string>"
}{
"error": "<string>",
"code": "<string>",
"requestId": "<string>"
}{
"error": "<string>",
"code": "<string>",
"requestId": "<string>"
}{
"error": "<string>",
"code": "<string>",
"requestId": "<string>"
}{
"error": "<string>",
"code": "<string>",
"requestId": "<string>"
}Authorizations
Tayho project API key with the scope declared by the operation.
Query Parameters
Pattern:
^(?:[1-9]|[1-9][0-9]|100)$Available options:
PENDING, PARTIAL, PAID Response
Successful response.
Show child attributes
Show child attributes
Last modified on July 24, 2026
⌘I