Get deployment and SDK capabilities
const options = {method: 'GET', headers: {'X-API-Key': '<api-key>'}};
fetch('https://api.testnet.tayho.io/v1/config', 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/config \
--header 'X-API-Key: <api-key>'{
"data": {
"deployment": {
"chainId": "<string>",
"contracts": {}
},
"sdk": {
"actionSimulation": true,
"apiVersion": "<string>",
"configuredRpcReads": true,
"directBroadcast": true,
"minimumVersion": "<string>",
"relayedActions": [
"<string>"
],
"tokenPermits": {
"collateral": [
"<string>"
],
"stakingToken": [
"<string>"
]
},
"transactionSubmission": "<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>"
}Get deployment and SDK capabilities
GET
/
v1
/
config
Get deployment and SDK capabilities
const options = {method: 'GET', headers: {'X-API-Key': '<api-key>'}};
fetch('https://api.testnet.tayho.io/v1/config', 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/config \
--header 'X-API-Key: <api-key>'{
"data": {
"deployment": {
"chainId": "<string>",
"contracts": {}
},
"sdk": {
"actionSimulation": true,
"apiVersion": "<string>",
"configuredRpcReads": true,
"directBroadcast": true,
"minimumVersion": "<string>",
"relayedActions": [
"<string>"
],
"tokenPermits": {
"collateral": [
"<string>"
],
"stakingToken": [
"<string>"
]
},
"transactionSubmission": "<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>"
}Last modified on July 23, 2026
Execute up to 20 bounded on-chain read queries
Previous
Get indexed protocol events for a transaction
Next
⌘I