cURL
curl --request POST \ --url https://api.gelato.digital/smartwallet \ --header 'Content-Type: application/json' \ --data ' { "id": 1, "jsonrpc": "2.0", "method": "wallet_getCapabilities", "params": [ { "chainIds": [ 123 ] } ] } '
{ "id": 1, "jsonrpc": "2.0", "result": {} }
Retrieves wallet capabilities and supported configurations for specified chain IDs.
API key for authentication.
Array containing a single GetCapabilitiesParams object
1
Show child attributes
Array of chain IDs to get capabilities for
Successful response
Object mapping chain IDs to their capabilities
Address of the fee collector contract
Array of supported tokens
Token contract address
Token symbol
Token decimal places
Array of Gelato delegation contracts
Contract address
Contract version
Array of Kernel delegation contracts