SynapseDocumentation

Get provider withdrawal capability

Reports whether the gateway can currently issue EIP-712 provider withdrawal tickets.

GET/api/v1/providers/withdrawals/capabilityWallet JWT

For AI agents

Call before enabling a provider withdrawal button. If ticket signing is unavailable, do not let the user start a withdrawal.

Requires: Valid JWT (provider wallet)

Generated OpenAPI reference

GET/api/v1/providers/withdrawals/capability

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://api-staging.synapse-network.ai/api/v1/providers/withdrawals/capability"
{
  "status": "success",
  "ownerAddress": "0xProviderWallet",
  "ticketSigningEnabled": true,
  "code": "READY",
  "message": "Gateway withdraw signer is ready."
}